Real Python Tutorials
Python REST APIs With Flask, Connexion, and SQLAlchemy β Part 2
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part two, you'll implement a SQLite database to store your data permanently.
Nov 16, 2022 api databases flask intermediate web-dev
Explore Real Python
Refactoring: Prepare Your Code to Get Help
Nov 08, 2022 intermediate python
Python News: What's New From October 2022
Nov 07, 2022 community
Cool New Features in Python 3.11
Oct 25, 2022 intermediate python
Python News: What's New From September 2022
Oct 10, 2022 community