Shiv zipapps and CI - Building SaaS #21
The author fixes Shiv zipapp dependencies and sets up automated builds using CircleCI for continuous integration.
The author fixes Shiv zipapp dependencies and sets up automated builds using CircleCI for continuous integration.
A father shares his experience teaching his 6-year-old son to code using Pygame Zero, explaining why he chose a real programming language over Scratch.
Learn how to bundle a Python app and its dependencies into a single executable using Shiv, a tool from LinkedIn.
A guide on deploying Python Flask web applications to Azure App Service, covering continuous deployment with Kudu and runtime configuration.
A developer shares unconventional personal rules and habits that helped them prepare for and land a software engineering job.
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.
Explains how to pass data between JavaScript and Python using JSON serialization and AJAX requests with the Fetch API and Flask.
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.
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.