High-Performance Web Apps with FastAPI
eBook Details: Paperback: 329 pages Publisher: WOW! eBook (March 28, 2023) Language: English ISBN-10: 1484291778 ISBN-13: 978-1484291771 eBook Description: High-Performance Web Apps with FastAPI: The Asynchronous Web Framework Based on Modern Python 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...