FAST API
What is FastAPI used for?
Fast API is a high-performance, open-source Python web framework used to develop web APIs with the hint types of Python 3.6 or higher. It enables data types to be validated even within JSON requests. It is based on standards such as JSON Schema, OAuth 2.0 and OpenAPI
Is FastAPI better than Django?
Performance. Performance is an important factor to consider when choosing a web framework, as it affects the user experience, the resource consumption, and the scalability of your application. As we have seen, Fast API is much faster than Django, thanks to its use of ASGI, Starlette, and Pydantic.