The Teclado Blog

Query string arguments in REST APIs with Flask

Query string arguments allow clients to send us extra data in the URL. Learn how to access query string arguments in a plain Flask route and in a Flask-Smorest API.

User authentication in Flask with Flask-Security-Too

Learn how to easily add user login and signup to any Flask app using the popular extension Flask-Security-Too!

Create JWTs using Python for Flask or FastAPI

Learn how to create JWTs for authentication using either Flask or pure Python (for use in FastAPI and other frameworks).

How to run tasks periodically in Render.com

Have you ever had to run some code every hour, or every day, or every week? In this article I'll show you how to set it up, to run in the cloud, very easily!

Exploring Python Task Queues: Celery and rq

An overview of how task queues work and how to set up an rq task queue and background worker using Redis. With examples.

The Teclado Blog © 2026