FastAPI Foundations [Updated Jan 16, 2025]
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 3h 10m | 425 MB
Instructor: Reindert-Jan Ekker
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 3h 10m | 425 MB
Instructor: Reindert-Jan Ekker
This course will teach you how to develop and serve a REST API using FastAPI, a Python framework that is quickly becoming the most popular way to build REST APIs in the Python world.
What you'll learn
In this course, FastAPI Foundations, I will teach you about creating web REST APIs with FastAPI, a very popular and very modern framework that has taken the python world by storm. FastAPI takes advantage of many of the newest python features like type hints and async/await, and writing REST APIs has never been faster or more fun. REST APIs written in FastAPI tend to be very performant as well.
In this course, we are going to build a REST API with FastAPI and along the way you will learn about all its major features. We will cover schemas and automatic data validation and conversion, persistence using sqlmodel, auto-generated documentation, authentication with oauth, and much more. By the end of this course you will have a firm understanding of all of these, and you’ll be ready to create your first REST API with FastAPI. Before beginning the course you should be familiar with Python and the basics of REST APIs.