- What Is FastAPI?
- FastAPI is a modern, high-performance web framework for building APIs with Python based on standard type hints.
- It has the following key features: Fast to run: It offers very high performance, on par with NodeJS and Go, thanks to Starlette and pydantic.
Source::
Using FastAPI to Build Python Web APIs – Real Python
&
Python REST APIs With FastAPI – Real Python
How to Use FastAPI: A Detailed Python Tutorial
&
7 ways to implement DTOs in Python and what to keep in mind
Uvicorn
Running FastAPI applications in production
work on this - Anti-Patterns in Python
Building & Deploying The App