Completing Account Deactivation - Building SaaS #18
This episode covers completing the user account deactivation flow, including logging out users and marking accounts as inactive in a Django app.
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.
A tutorial on building a Python bot to crawl a website and identify dead links and images using the standard library.
A guide to building a custom Domain-Specific Language (DSL) in Python for creating user-friendly filtering expressions, using parsing techniques.
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 building a Reddit bot in Python using the PRAW library to listen for and respond to specific comment phrases.
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.
A tutorial on building a live image feed system using a Raspberry Pi and Python, with a Flask server and SQLite for image storage.
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.
A tutorial on using Memcached with Python for efficient caching in distributed applications, covering installation, basic usage, and advanced patterns.
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.