FastAPI is a modern Python web framework for quickly building high-performance Restful APIs. It is easy to learn with its short, concise syntax. Despite its young age (first launched in 2019), FastAPI has been widely used in many production projects of major global companies.
This series of tutorials will guide you through getting started with FastAPI. Prerequisites are that you need a computer connected to the internet and a basic understanding of Python.