0% found this document useful (0 votes)
14 views

05-FastAPI

FastAPI is a high-performing web framework for building APIs using Python 3.7+ and leverages standard Python type hints for syntax. It serves as a software intermediary that facilitates communication between applications, akin to a waiter in a restaurant. FastAPI features automatic data validation, error handling, and interactive API documentation.

Uploaded by

Shekhar Jalane
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

05-FastAPI

FastAPI is a high-performing web framework for building APIs using Python 3.7+ and leverages standard Python type hints for syntax. It serves as a software intermediary that facilitates communication between applications, akin to a waiter in a restaurant. FastAPI features automatic data validation, error handling, and interactive API documentation.

Uploaded by

Shekhar Jalane
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

5 Fast API

Mr. Shekhar D Jalane

Web Technology-I
What is API
2

 API stands for Application Programming


Interface

Web Technology-I
API
3

 An API is a software intermediary that


allows two applications to talk to each
other.
 An API is like a waiter in a restaurant
 Mobile Applications

Web Technology-I
Fast API
4

 FastAPI is a high-performing web


framework for building APIs with Python
3.7+ based on standard Python type
hints.
 What is Type Hint ?

 Type Hind – Guided Approach for syntax

writing
 FastAPI is built on top of the Starlette

web server
 Automatic data validation, error
Web Technology-I
handling, and interactive API docs.
Application
5

Web Technology-I
Fast API Architecture
6

Web Technology-I

You might also like