Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
An Introduction to FastAPI
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 What is FastAPI?
- 4 Batteries Included
- 5 It's Pythonic!
- 6 How Does it Work?
- 7 And of course.
- 8 Getting Started
- 9 Anatomy of a FastAPI Function
- 10 Query Parameters
- 11 Creating Schemas
- 12 Using Schemas
- 13 Mixing Parameters
- 14 Building out Documentation
- 15 Documenting Endpoints
- 16 Different Response Types
- 17 Websocket Support
- 18 Third Party Tools
- 19 FastAPI Wrap-up
- 20 To Conclude...