Getting started with FastApi

Getting started with FastApi
Author :
Publisher : Andres Cruz
Total Pages : 168
Release :
ISBN-10 :
ISBN-13 :
Rating : 4/5 ( Downloads)

Book Synopsis Getting started with FastApi by : Andrés Cruz Yoris

Download or read book Getting started with FastApi written by Andrés Cruz Yoris and published by Andres Cruz. This book was released on with total page 168 pages. Available in PDF, EPUB and Kindle. Book excerpt: FastAPI is a great web framework for creating web APIs with Python; It offers us multiple features with which it is possible to create modular, well-structured, scalable APIs with many options such as validations, formats, typing, among others. When you install FastAPI, two very important modules are installed: Pydantic that allows the creation of models for data validation. Starlette, which is a lightweight ASGI tooltip, used to create asynchronous (or synchronous) web services in Python. With these packages, we have the basics to create APIs, but we can easily extend a FastAPI project with other modules to provide the application with more features, such as the database, template engines, among others. FastAPI is a high-performance, easy-to-learn, start-up framework; It is ideal for creating all kinds of sites that not only consist of APIs, but we can install a template manager to return complete web pages. This book is mostly practical, we will learn the basics of FastAPI, knowing its main features based on a small application that we will extend chapter after chapter and whose content you can see below: Chapter 1: We present some essential commands to develop in FastApi , we will prepare the environment and we will give an introduction to the framework . Chapter 2: One of the main factors in FastApi is the creation of resources for the API through functions, in this section we will deal with the basics of this, introducing routing between multiple files as well as the different options for the arguments and parameters of these routes. Chapter 3: In this section, learn how to handle HTTP status codes from API methods and also handle errors/exceptions from API methods. Chapter 4: In this section we will see how to create sample data to use from the automatic documentation that FastAPI offers for each of the API methods. Chapter 5: In this chapter we will see how to implement the upload of files, knowing the different existing variants in FastAPI. Chapter 6: In this chapter we will see how to connect a FastAPI application to a relational database such as MySQL. Chapter 7: In this chapter we will see installing and using a template engine in Python, specifically Jinja, with which we can return responses in HTML format. Chapter 8: In this chapter we will see installing and using a template engine in Python, specifically Jinja, with which we can return responses in HTML format. Chapter 9: In this chapter we will learn how to use dependencies. Chapter 10: In this chapter we will see how to use middleware to intercept requests to API methods and execute some procedure before the request or after generating the response. Chapter 11: In this chapter we will see how to create a user module, to register users, login, generate access tokens and logout. Chapter 12: In this chapter we will learn about some particularities and functionalities of FastAPI such as the use of annotations and the Ellipsis operator. Chapter 13: In this chapter we will see how to implement unit tests. Chapter 14: In this chapter we will know some general aspects applied to FastAPI.


Getting started with FastApi Related Books

Getting started with FastApi
Language: en
Pages: 168
Authors: Andrés Cruz Yoris
Categories: Computers
Type: BOOK - Published: - Publisher: Andres Cruz

DOWNLOAD EBOOK

FastAPI is a great web framework for creating web APIs with Python; It offers us multiple features with which it is possible to create modular, well-structured,
Fast API
Language: en
Pages: 0
Authors: Corey B Audrey
Categories:
Type: BOOK - Published: 2023-01-21 - Publisher: Independently Published

DOWNLOAD EBOOK

Are you ready to build fast and powerful web APIs? Look no further than Fast API: A Beginner's Guide to Building Fast and Powerful Web APIs. It covers everythin
Building Python Web APIs with FastAPI
Language: en
Pages: 216
Authors: Abdulazeez Abdulazeez Adeshina
Categories: Computers
Type: BOOK - Published: 2022-07-29 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Discover FastAPI features and best practices for building and deploying high-quality web APIs from scratch Key Features • A practical guide to developing prod
Full Stack FastAPI, React, and MongoDB
Language: en
Pages: 336
Authors: Marko Aleksendric
Categories: Computers
Type: BOOK - Published: 2022-09-23 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Wield the power of Python, React, and MongoDB to build web and data applications quickly and broaden your web development horizons Key FeaturesLearn how to buil
FastAPI
Language: en
Pages: 280
Authors: Bill Lubanovic
Categories: Computers
Type: BOOK - Published: 2023-11-06 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

FastAPI is a young yet solid framework that takes advantage of newer Python features in a clean design. As its name implies, FastAPI is indeed fast, rivaling si