Rock Solid Python with Python Typing Transcripts
Chapter: Tools Based on Typing
Lecture: Tools Introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
We've seen the frameworks that we can use that leverage Python types to build our applications,
0:09
like we could build a new API with FastAPI or a new data access layer with Beanie.
0:14
But now we're also going to talk about some tools that you can apply to analyze the code
0:19
that you're writing, regardless of whether it uses one of those frameworks.
0:22
If it has Python type information in it, you can apply these tools for things like static like analysis, making your editor better,
0:32
making your code even run faster, or do runtime type verification. So all of these things are gonna be awesome,
0:38
and that's what we're gonna focus on in this chapter. So let's get to it.