Real Python Tutorials
Sneaky REST APIs With Django Ninja
In this video course, you'll learn how to use Django Ninja, a FastAPI-inspired tool for turning Django views in REST API endpoints. With Ninja, you can quickly build API endpoints.
Sep 27, 2022 api intermediate web-dev
Explore Real Python
How to Replace a String in Python
Sep 14, 2022 basics best-practices
Python News: What's New From August 2022
Sep 05, 2022 community
Caching in Python With lru_cache
Aug 16, 2022 intermediate python