Media Summary: today I talk about why mypy doesn't need an annotation for the first argument! - introduction to today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ... today I talk about the three generic types of `

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 we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ... today I talk about the three generic types of ` 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 approach I take to gradual today I talk about the difference between object and Any when

Photo Gallery

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

python TypeGuard (PEP 647) (intermediate) anthony explains #439

today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! 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

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

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

today I talk about whether adding

Sponsored
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 `

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

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

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: NotImplemented is a bool? (intermediate) anthony explains #276

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

NotImplemented acts kinda strangely with

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: 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 Generics (intermediate) anthony explains #430

python Generics (intermediate) anthony explains #430

today we introduce another