From Browser To Django
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.
Author announces the 3rd edition of Python Machine Learning, featuring TensorFlow 2.0 updates and a new chapter on Generative Adversarial Networks.
A talk on using Python to efficiently process and analyze large datasets from mass spectrometry, presented at a Python Frederick event.
A speaker's review of PyGotham 2019, covering talk quality, event organization, and highlights like a talk on web archiving tools.
An analysis and English translation of Jacek Kaczmarski's poem 'The Statues', exploring the legacy of tyranny.
A technical guide on integrating WhiteNoise into a Django app to manage static assets, replacing Nginx.
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
A student requests help finding a Summer 2020 software engineering internship, sharing their skills and preferences for small teams or specific tech sectors.
This article details integrating the wal-e Postgres backup tool into a Shiv app format to streamline deployment processes.
Integrating Celery worker and beat scheduler into a Shiv app to simplify Python SaaS deployment and tool management.
Explains two Python solutions to a coding puzzle where a function must return True using integer interning or a custom class.
Episode on automating static asset deployment to AWS S3 via CircleCI and pulling files with Ansible during SaaS deployment.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
Connecting a Django Shiv application to Nginx to complete the deployment process for a SaaS project.
Learn how to speed up Python I/O-bound tasks like downloading multiple URLs using the ThreadPoolExecutor for multithreading.
An overview and comparison of six different open-source systems for running Python code directly within a web browser.
Learn how to use CircleCI orbs to upload a Python Shiv application to an AWS S3 bucket for deployment.
A personal request for help finding a short-term sublet in NYC after a last-minute cancellation.
The author fixes Shiv zipapp dependencies and sets up automated builds using CircleCI for continuous integration.