Modern APIs with FastAPI and Python Transcripts
Chapter: Welcome to the course
Lecture: Welcome to Modern APIs with FastAPI
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Welcome welcome welcome, to modern
0:02
API's with FastAPI.
0:03
I hope you're super excited about
0:05
FastAPI. I am absolutely excited to teach it to you.
0:08
To me, this is the most exciting Python web framework I've seen in a very
0:12
long time. FastAPI builds on all the great work that frameworks
0:16
like Flask have put in place, these simple micro-framework models, or styles of building web
0:22
applications. But it does it with a special flair,
0:26
a special touch of all the modern Python features.
0:29
So you'll see that FastAPI is a web framework for building Python
0:33
web applications, that's high performance,
0:35
easy to learn, fast to code, and ready for high end production.
0:40
Of all the new frameworks out there,
0:42
I am certainly most excited about FastAPI,
0:45
and I think as you go through this course,
0:47
you're gonna be excited about using it as well.
0:51
Easy to work with, but at the same time you get to use all the cool
0:54
modern features of Python, meaning fewer errors,
0:57
faster to code and so on. I'm looking forward to us getting started with FastAPI together.