Media Summary: today I talk about the three generic types of ` today I talk about why mypy doesn't need an annotation for the first argument! - introduction to today I talk about the difference between object and Any when

Python Typing Final Final Intermediate Anthony Explains 132 - Detailed Analysis & Overview

today I talk about the three generic types of ` today I talk about why mypy doesn't need an annotation for the first argument! - introduction to today I talk about the difference between object and Any when today I follow up to the video about Protocol and show for doing some light structural today I show you what the `TYPE_CHECKING` constant is in the today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them!

today I talk about the difference between len(x) and x.__len__() (as well as other similar functions!) playlist: ... today I talk about how to package up typed code -- either inline types or

Photo Gallery

python typing: Final / @final (intermediate) anthony explains #132
python typing: Generator[T, S, R] (intermediate) anthony explains #297
python typing: why not self? (intermediate) anthony explains #076
is python with types faster? (intermediate) anthony explains #126
python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365
python typing: @property (beginner - intermediate) anthony explains #117
python typing: @overload (intermediate) anthony explains #163
python typing: object vs Any (intermediate) anthony explains #275
typing: Protocol + @runtime_checkable (intermediate) anthony explains #187
python typing: TYPE_CHECKING (intermediate) anthony explains #312
python: raw (NOT REGEX) r'strings' (beginner - intermediate) anthony explains #133
python: len(x) vs x.__len__() (beginner - intermediate) anthony explains #131
View Detailed Profile
python typing: Final / @final (intermediate) anthony explains #132

python typing: Final / @final (intermediate) anthony explains #132

today I talk about the several uses of

python typing: Generator[T, S, R] (intermediate) anthony explains #297

python typing: Generator[T, S, R] (intermediate) anthony explains #297

today I talk about the three generic types of `

python typing: why not self? (intermediate) anthony explains #076

python typing: why not self? (intermediate) anthony explains #076

today I talk about why mypy doesn't need an annotation for the first argument! - introduction to

is python with types faster? (intermediate) anthony explains #126

is python with types faster? (intermediate) anthony explains #126

today I talk about whether adding

python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365

python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365

today I talk about explicit

python typing: @property (beginner - intermediate) anthony explains #117

python typing: @property (beginner - intermediate) anthony explains #117

today I talk about how to

python typing: @overload (intermediate) anthony explains #163

python typing: @overload (intermediate) anthony explains #163

today I talk about the @overload decorator for

python typing: object vs Any (intermediate) anthony explains #275

python typing: object vs Any (intermediate) anthony explains #275

today I talk about the difference between object and Any when

typing: Protocol + @runtime_checkable (intermediate) anthony explains #187

typing: Protocol + @runtime_checkable (intermediate) anthony explains #187

today I follow up to the video about Protocol and show @runtime_checkable for doing some light structural

python typing: TYPE_CHECKING (intermediate) anthony explains #312

python typing: TYPE_CHECKING (intermediate) anthony explains #312

today I show you what the `TYPE_CHECKING` constant is in the

python: raw (NOT REGEX) r'strings' (beginner - intermediate) anthony explains #133

python: raw (NOT REGEX) r'strings' (beginner - intermediate) anthony explains #133

today I talk about raw strings, invalid escape sequences (W605), and how to automatically fix them!

python: len(x) vs x.__len__() (beginner - intermediate) anthony explains #131

python: len(x) vs x.__len__() (beginner - intermediate) anthony explains #131

today I talk about the difference between len(x) and x.__len__() (as well as other similar functions!) playlist: ...

python typing: Optional is not optional! (intermediate) anthony explains #146

python typing: Optional is not optional! (intermediate) anthony explains #146

today I talk about the Optional

python typing: Literal (intermediate) anthony explains #170

python typing: Literal (intermediate) anthony explains #170

today we talk about the `Literal`

python typing: aliases (beginner - intermediate) anthony explains #180

python typing: aliases (beginner - intermediate) anthony explains #180

today we talk about

packaging python typed code (intermediate) anthony explains #252

packaging python typed code (intermediate) anthony explains #252

today I talk about how to package up typed code -- either inline types or

gradual typing python (and my approach) (beginner - intermediate) anthony explains #308

gradual typing python (and my approach) (beginner - intermediate) anthony explains #308

today I talk about gradual