High-Performance Web Apps with FastAPI: The Asynchronous Web Framework Based on Modern Python – Ebook Instant Download/Delivery ISBN(s): 9781484291788,1484291786
Product details:
- ISBN-10 : 1484291778
- ISBN-13 : 978-1484291771
- Author(s):
Build APIs and web apps based on Asynchronous Server Gateway Interface (ASGI). This book provides a comprehensive explanation of using Pydantic models to construct the request/response objects in a FASTAPI path operation.
You’ll start by reviewing type hints in Python and the asynchronous processing concepts. One of the highlights of FastAPI is its auto generation of API docs. Pydantic library is the main pillar on top of which FastAPI is built. You’ll see that ASGI has a far better performance compared to most of the other popular Python frameworks as they implement Web server Gateway Interface (WSGI), which is synchronous in nature and hence having slower response time.
Table contents:
1. Introduction to FastAPI
2. Getting Started with FastAPI
3. Request Body
4. Templates
5. Response
6. Using Databases
7. Bigger Applications
8. Advanced Features
9. Security and Testing
10. Deployment
People also search:
how to run fastapi app
is fastapi good
fastapi background task vs celery
fastapi web application
fastapi web app
python fastapi web app
fastapi web framework