FastAPI Tutorial

FastAPI Tutorial

FastAPI is a modern Python web framework, very efficient in building APIs. FastAPI has been developed by Sebastian Ramirez in Dec. 2018. FastAPI 0.127.0 is the currently available version. The latest version requires Python 3.6 or above. It is one of the fastest web frameworks of Python.

This FastAPI Tutorial is based on the Latest 0.127.0 version.

Audience

This tutorial is designed for software programmers who want to learn the basics of FastAPI to build REST API using Python and its programming concepts in simple and easy way. This tutorial will give you enough understanding on various functionalities of FastAPI with illustrative examples.

Prerequisites

Before you proceed, make sure that you understand the basics of procedural and object-oriented programming in Python. Knowledge of REST architecture is an added advantage.

Advertisements