#100DaysOfWeb in Python Transcripts
Chapter: Days 9-12: FastAPI
Lecture: Lesson introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Hey, Michael here. There's a change of plans. Originally, this section was all about a hot web framework called API star. However, over time in 2022,
0:11
that web framework officially retired. So we have a replacement that is the hottest API framework with a ton of traction, FastAPI.
0:21
FastAPI is currently the second most popular web framework in Python today. And it's just behind Django with its trajectory
0:29
having it surpassing Django very soon as well, making it the most popular web framework for Python. FastAPI, unlike API star,
0:38
is very unlikely to be a flash in the pan and learning about it will be a boost for you for a long time.
0:44
The following content is taken out of our modern APIs with FastAPI course as the first chapter on FastAPI. I think it'll serve you very well here too.
0:54
Now, be sure to do the final exercises in the repo for day nine and onward, just like you did for the prior three days.
1:02
I have a fun project in there for you. Enjoy learning about FastAPI.