MongoDB with Async Python Transcripts
Chapter: PyPI Beanie
Lecture: PyPI Api Introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
The stage has been set and we are ready to dive into the main app that we're going to focus on for the rest of this course.
0:10
That is creating our API using Beanie and Async Python for our PyPI data. So in this first chapter, we're just going to put all the models together.
0:22
We're going to put together the connection and basically just get all of that data flowing
0:28
And then in subsequent chapters, we'll do things like connect it to an API through FastAPI
0:33
and think about making it more high performance, those kinds of things.
0:37
So now that we've done our semi-speed quick start, we're going to actually be able to
0:43
fly through this pretty quickly to connect Beanie to that PyPI data.