Run Flask Apps with Docker Compose
Learn how to Dockerize a Flask app and then run it, PostgreSQL, Redis, Celery, and Flower with Docker Compose.
VSCode for Django Development in 2024
Setting up Visual Studio Code for Django is straightforward! There are just a few extensions we recommend, and then you'll be good to go.
Run A/B Tests with PostHog and Flask
Learn how to use PostHog and feature flags to run A/B tests. This lets us compare two variants and see which performs better!
Feature flags in Flask using PostHog
Learn how to use PostHog feature flags in your Flask applications to change your app's behaviour in real time.
Tracking Web and Product Analytics with PostHog
Product and web analytics help you build what your users want. In this article, start learning about PostHog and how to use it with Flask or Django.
How to: HTML contact form with Flask and Resend
Learn how to create an HTML contact form, add it to your Flask website, and have it send you an email when someone submits it!
Build your first REST API with FastAPI
Get started with FastAPI by building a time-tracking API, including database connectivity, Pydantic models, GET and POST requests, and more!
Introduction to pytest: A Beginner's Guide
Add tests to your Python code with pytest. Let me show you how to write simple, effective tests!
How to deploy Flask and MongoDB to Render
In this post we show you how to deploy your Flask and MongoDB app for free to Render.com and MongoDB Atlas.
How to customise pages and emails of Flask-Security-Too
When you add login, signup, or other features with Flask-Security-Too, you get some unstyled plain HTML pages. Learn how to customise and style them in this article.
User email confirmations with Flask-Security-Too
Requiring user confirmation via email is traditionally not a simple thing to do. Flask extension Flask-Security-Too makes it much simpler.