Building Python Web APIs with FastAPI
eBook - ePub

Building Python Web APIs with FastAPI

Abdulazeez Abdulazeez Adeshina

  1. 216 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Building Python Web APIs with FastAPI

Abdulazeez Abdulazeez Adeshina

DĂ©tails du livre
Table des matiĂšres
Citations

À propos de ce livre

Discover FastAPI features and best practices for building and deploying high-quality web APIs from scratchKey Features‱ A practical guide to developing production-ready web APIs rapidly in Python‱ Learn how to put FastAPI into practice by implementing it in real-world scenarios‱ Explore FastAPI, its syntax, and configurations for deploying applicationsBook DescriptionRESTful web services are commonly used to create APIs for web-based applications owing to their light weight and high scalability. This book will show you how FastAPI, a high-performance web framework for building RESTful APIs in Python, allows you to build robust web APIs that are simple and intuitive and makes it easy to build quickly with very little boilerplate code. This book will help you set up a FastAPI application in no time and show you how to use FastAPI to build a REST API that receives and responds to user requests. You'll go on to learn how to handle routing and authentication while working with databases in a FastAPI application. The book walks you through the four key areas: building and using routes for create, read, update, and delete (CRUD) operations; connecting the application to SQL and NoSQL databases; securing the application built; and deploying your application locally or to a cloud environment.By the end of this book, you'll have developed a solid understanding of the FastAPI framework and be able to build and deploy robust REST APIs.What you will learn‱ Set up a FastAPI application that is fully functional and secure‱ Understand how to handle errors from requests and send proper responses in FastAPI‱ Integrate and connect your application to a SQL and NoSQL (MongoDB) database‱ Perform CRUD operations using SQL and FastAPI‱ Manage concurrency in FastAPI applications‱ Implement authentication in a FastAPI application‱ Deploy a FastAPI application to any platformWho this book is forThis book is for Python developers who want to learn FastAPI in a pragmatic way to create robust web APIs with ease. If you are a Django or Flask developer looking to try something new that's faster, more efficient, and produces fewer bugs, this FastAPI Python book is for you. The book assumes intermediate-level knowledge of Python programming.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Building Python Web APIs with FastAPI est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Building Python Web APIs with FastAPI par Abdulazeez Abdulazeez Adeshina en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Web Development. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2022
ISBN
9781801074513
Édition
1
Sous-sujet
Web Development

Table des matiĂšres

  1. Building Python Web APIs with FastAPI
  2. Contributors
  3. Preface
  4. Part 1: An Introduction to FastAPI
  5. Chapter 1: Getting Started with FastAPI
  6. Chapter 2: Routing in FastAPI
  7. Chapter 3: Response Models and Error Handling
  8. Chapter 4: Templating in FastAPI
  9. Part 2: Building and Securing FastAPI Applications
  10. Chapter 5: Structuring FastAPI Applications
  11. Chapter 6: Connecting to a Database
  12. Chapter 7: Securing FastAPI Applications
  13. Part 3: Testing And Deploying FastAPI Applications
  14. Chapter 8: Testing FastAPI Applications
  15. Chapter 9: Deploying FastAPI Applications
  16. Other Books You May Enjoy