Rock Solid Python with Python Typing Transcripts
Chapter: Typing in Python
Lecture: Python Typing Introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
This is the chapter that we dive into the Python syntax for adding typing to the language.
0:08
We're going to look at how we work with variables, functions, classes, things like constants
0:14
that don't really exist in Python, but they do in the typing space.
0:17
We're going to look at nullability, all of those things we've talked a little bit about
0:22
before when we introduced typing and static versus dynamic languages and so on. We're going to dive deep into that syntax here.
0:30
So, get ready to get your Python typing on.