Media Summary: today I talk about why mypy doesn't need an annotation for the first argument! - introduction to today I talk about the `cat` command -- and that it's almost always unnecessary! playlist: ... today I talk about the several uses of Final / when

Python Typing Why Not Self Intermediate Anthony Explains 076 - Detailed Analysis & Overview

today I talk about why mypy doesn't need an annotation for the first argument! - introduction to today I talk about the `cat` command -- and that it's almost always unnecessary! playlist: ... today I talk about the several uses of Final / when today I follow up to the video about Protocol and show for doing some light structural today I talk about the difference between object and Any when today I talk about the three generic types of `

today I talk about the approach I take to gradual today I show you what the `TYPE_CHECKING` constant is in the today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ... today I go over the easily confusable NotImplemented and NotImplementedError -- as well as covering functools.total_ordering ...

Photo Gallery

python typing: why not self? (intermediate) anthony explains #076
typing Self (PEP 673) (intermediate) anthony explains #418
python typing: Optional is not optional! (intermediate) anthony explains #146
don't use cat! (intermediate) anthony explains #508
is python with types faster? (intermediate) anthony explains #126
python typing: Final / @final (intermediate) anthony explains #132
python typing: NotImplemented is a bool? (intermediate) anthony explains #276
typing: Protocol + @runtime_checkable (intermediate) anthony explains #187
python typing: object vs Any (intermediate) anthony explains #275
python typing: Generator[T, S, R] (intermediate) anthony explains #297
opinion: don't bother typing tests (intermediate) anthony explains #347
python typing: TYPE_CHECKING (intermediate) anthony explains #312
View Detailed Profile
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

typing Self (PEP 673) (intermediate) anthony explains #418

typing Self (PEP 673) (intermediate) anthony explains #418

today I talk about the addition of `

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

don't use cat! (intermediate) anthony explains #508

don't use cat! (intermediate) anthony explains #508

today I talk about the `cat` command -- and that it's almost always unnecessary! playlist: ...

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: Final / @final (intermediate) anthony explains #132

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

today I talk about the several uses of Final / @final when

python typing: NotImplemented is a bool? (intermediate) anthony explains #276

python typing: NotImplemented is a bool? (intermediate) anthony explains #276

NotImplemented acts kinda strangely with

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: 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

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 `

opinion: don't bother typing tests (intermediate) anthony explains #347

opinion: don't bother typing tests (intermediate) anthony explains #347

today I talk about the approach I take to gradual

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 typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365

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

today I talk about explicit

typing: why main() -˃ int (beginner - intermediate) anthony explains #110

typing: why main() -˃ int (beginner - intermediate) anthony explains #110

today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ...

NotImplemented vs NotImplementedError (beginner - intermediate) anthony explains #251

NotImplemented vs NotImplementedError (beginner - intermediate) anthony explains #251

today I go over the easily confusable NotImplemented and NotImplementedError -- as well as covering functools.total_ordering ...

2025 Python Typing Summit

2025 Python Typing Summit

https://us.pycon.org/2025/events/

python: NewType vs aliases (intermediate) anthony explains #368

python: NewType vs aliases (intermediate) anthony explains #368

today is another

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

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

today I talk about how to

Type Hinting - Advanced Python Tutorial #6

Type Hinting - Advanced Python Tutorial #6

In this video we talk about