Media Summary: today I talk about the difference between object and Any when today I show you what the `TYPE_CHECKING` constant is in the today I talk about the three generic types of `

Python Typing Aliases Beginner Intermediate Anthony Explains 180 - Detailed Analysis & Overview

today I talk about the difference between object and Any when today I show you what the `TYPE_CHECKING` constant is in the today I talk about the three generic types of ` today I talk about Optional and a few approaches to today I talk about the Ellipsis builtin and how it made its way to being a first class citizen as well as its applications in today I answer a question about the two forms of `git`

today we go over the brand new variadic generics and how they change the today I talk about the basics of generator functions and how you'd oh hey, it's episode 100! today I talk about one of my favorite ways to make plain-old-data classes in

Photo Gallery

python typing: aliases (beginner - intermediate) anthony explains #180
python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365
NEW generic / alias syntax for python 3.12 (PEP 695) (intermediate) anthony explains #561
python: NewType vs aliases (intermediate) anthony explains #368
python typing: object vs Any (intermediate) anthony explains #275
python typing: TYPE_CHECKING (intermediate) anthony explains #312
python typing: Generator[T, S, R] (intermediate) anthony explains #297
gradual typing python (and my approach) (beginner - intermediate) anthony explains #308
python typing: @property (beginner - intermediate) anthony explains #117
python typing: re.match and Optional (intermediate) anthony explains #115
python: Ellipsis (...) and typing (beginner - intermediate) anthony explains #067
what is the bang (!) in git aliases (beginner - intermediate) anthony explains #179
View Detailed Profile
python typing: aliases (beginner - intermediate) anthony explains #180

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

today we talk 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

NEW generic / alias syntax for python 3.12 (PEP 695) (intermediate) anthony explains #561

NEW generic / alias syntax for python 3.12 (PEP 695) (intermediate) anthony explains #561

today we go over the new syntax added in

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

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

today is another

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: 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 types of `

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: @property (beginner - intermediate) anthony explains #117

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

today I talk about how to

python typing: re.match and Optional (intermediate) anthony explains #115

python typing: re.match and Optional (intermediate) anthony explains #115

today I talk about Optional and a few approaches to

python: Ellipsis (...) and typing (beginner - intermediate) anthony explains #067

python: Ellipsis (...) and typing (beginner - intermediate) anthony explains #067

today I talk about the Ellipsis builtin and how it made its way to being a first class citizen as well as its applications in

what is the bang (!) in git aliases (beginner - intermediate) anthony explains #179

what is the bang (!) in git aliases (beginner - intermediate) anthony explains #179

today I answer a question about the two forms of `git`

python variadic generics (PEP 646) (intermediate - advanced) anthony explains #433

python variadic generics (PEP 646) (intermediate - advanced) anthony explains #433

today we go over the brand new variadic generics and how they change the

generator basics (+typing) (beginner - intermediate) anthony explains #077

generator basics (+typing) (beginner - intermediate) anthony explains #077

today I talk about the basics of generator functions and how you'd

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

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

today we're back talking about

python: naming and underscores (beginner - intermediate) anthony explains #178

python: naming and underscores (beginner - intermediate) anthony explains #178

today I talk about naming in

python Generics (intermediate) anthony explains #430

python Generics (intermediate) anthony explains #430

today we introduce another

intro to python namedtuples! (beginner - intermediate) anthony explains #100

intro to python namedtuples! (beginner - intermediate) anthony explains #100

oh hey, it's episode 100! today I talk about one of my favorite ways to make plain-old-data classes in

introduction to python typing + mypy (beginner - intermediate) anthony explains #047

introduction to python typing + mypy (beginner - intermediate) anthony explains #047

today I show a quick introduction to