Media Summary: today I follow up to the video about Protocol and show for doing some light structural I goofed in my explanation of `assert_never` during the 3.11 video -- this corrects my mistakes! - what's new in python 3.11: ... today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ...

Typing Exception Types Intermediate Anthony - Detailed Analysis & Overview

today I follow up to the video about Protocol and show for doing some light structural I goofed in my explanation of `assert_never` during the 3.11 video -- this corrects my mistakes! - what's new in python 3.11: ... today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ... today I talk about the difference between object and Any when today I talk about the approach I take to gradual today I show you what the `TYPE_CHECKING` constant is in the

Photo Gallery

typing: exception types (intermediate) anthony explains #082
typing: Protocol + @runtime_checkable (intermediate) anthony explains #187
typing: what is Type[X]? (intermediate) anthony explains #096
assert_never / assert_type **CORRECTION** (intermediate) anthony explains #435
typing: why main() -˃ int (beginner - intermediate) anthony explains #110
python typing: object vs Any (intermediate) anthony explains #275
opinion: don't bother typing tests (intermediate) anthony explains #347
debugging mypy types (beginner - intermediate) anthony explains #299
python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365
python: exception catching and isinstance gotcha (beginner - intermediate) anthony explains #247
gradual typing python (and my approach) (beginner - intermediate) anthony explains #308
python typing: TYPE_CHECKING (intermediate) anthony explains #312
View Detailed Profile
typing: exception types (intermediate) anthony explains #082

typing: exception types (intermediate) anthony explains #082

today I talk about how to properly

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

typing: what is Type[X]? (intermediate) anthony explains #096

typing: what is Type[X]? (intermediate) anthony explains #096

today I talk more about

assert_never / assert_type **CORRECTION** (intermediate) anthony explains #435

assert_never / assert_type **CORRECTION** (intermediate) anthony explains #435

I goofed in my explanation of `assert_never` during the 3.11 video -- this corrects my mistakes! - what's new in python 3.11: ...

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

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

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

debugging mypy types (beginner - intermediate) anthony explains #299

debugging mypy types (beginner - intermediate) anthony explains #299

today we're back talking about

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: exception catching and isinstance gotcha (beginner - intermediate) anthony explains #247

python: exception catching and isinstance gotcha (beginner - intermediate) anthony explains #247

today I talk about

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

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