Save the day with gevent
A technical article about using the Gevent library to solve performance issues in a Python web service caused by blocking external API calls.
A technical article about using the Gevent library to solve performance issues in a Python web service caused by blocking external API calls.
A tutorial on connecting Arduino to Raspberry Pi via serial communication to send sensor data over WiFi, using a greenhouse project example.
A programmer's personal about page highlighting his book, articles, work at Microsoft, and contact information.
This episode covers completing the user account deactivation flow, including logging out users and marking accounts as inactive in a Django app.
Announcing two tech talks in Sydney on building apps with Azure serverless services and Python Flask on Azure App Service.
Analysis of PHP's limitations for machine learning, focusing on visualization, Jupyter support, and GPU capabilities compared to Python.
A technical guide on implementing Stripe subscription cancellation and account deactivation workflows in a Django SaaS application.
A tutorial on deploying a Python Flask application to Azure App Service on Linux using GitHub Actions for CI/CD automation.
This article demonstrates using feature flags in a Django SaaS project to control the release of new features to users.
An introduction to Python testing using pytest, covering the basics and providing resources from a Python Frederick talk.
This article explains how to add feature flags to a Django SaaS project using the Django Waffle library to control user access to new features.
The article details a significant performance improvement in Ansible deployments by integrating the Mitogen tool, resulting in a 4.5x speed increase.
Explains why pow() is slower than ** in Python using the dis module and introduces the concept of constant folding.
Compares the Julia do-block and Python with statement, explaining their different purposes in resource management and function passing.
Explains how to create custom IPython magic functions using Magics classes, with a practical example of a type-checking %mypy command.
A tutorial on creating custom cell magic functions in IPython, focusing on building a type-checking helper using Python's type hints.
A guide to deploying a Django web app using Ansible, including a detour on Continuous Integration and a major speed improvement.
A recap of the January live streams focused on building a SaaS product with Python and Django, covering integrations and admin tools.
The article details building an automated tool for processing and connecting data using Python and Django in a SaaS project.
A developer explains why Flask was the ideal Python framework for building sr.ht's modular mini-services, citing its simplicity and flexibility.