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 several uses of Final / when

Python Typing Re Match And Optional Intermediate Anthony Explains 115 - 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 several uses of Final / when today I talk about the three generic types of ` 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 `casefold` and the edge cases it handles that aren't handled by `.lower()`! playlist: ... today I show a few situations where you'd want a

Photo Gallery

python typing: re.match and Optional (intermediate) anthony explains #115
python typing: Optional is not optional! (intermediate) anthony explains #146
python typing: object vs Any (intermediate) anthony explains #275
python typing: @property (beginner - intermediate) anthony explains #117
python typing: TYPE_CHECKING (intermediate) anthony explains #312
python typing: Final / @final (intermediate) anthony explains #132
python typing: Generator[T, S, R] (intermediate) anthony explains #297
typing: what is Type[X]? (intermediate) anthony explains #096
mypy's "implicit optional" (and why I disable it) (intermediate) anthony explains #147
typing: Protocol + @runtime_checkable (intermediate) anthony explains #187
gradual typing python (and my approach) (beginner - intermediate) anthony explains #308
opinion: don't bother typing tests (intermediate) anthony explains #347
View Detailed Profile
python typing: re.match and Optional (intermediate) anthony explains #115

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

today I talk about

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

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

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

today I talk about how to

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

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

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

today I talk more about

mypy's "implicit optional" (and why I disable it) (intermediate) anthony explains #147

mypy's "implicit optional" (and why I disable it) (intermediate) anthony explains #147

today we talk about mypy's "implicit

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

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

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

you're probably doing case-insensitive wrong (intermediate) anthony explains #517

you're probably doing case-insensitive wrong (intermediate) anthony explains #517

today I talk about `casefold` and the edge cases it handles that aren't handled by `.lower()`! playlist: ...

python: typing *args / **kwargs (intermediate) anthony explains #145

python: typing *args / **kwargs (intermediate) anthony explains #145

today I talk about

python regex dynamic replacements (intermediate) anthony explains #456

python regex dynamic replacements (intermediate) anthony explains #456

today I show a cool technique for

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 regex: \d gotcha! (beginner - intermediate) anthony explains #156

python regex: \d gotcha! (beginner - intermediate) anthony explains #156

d

making a regex not match itself! (intermediate) anthony explains #090

making a regex not match itself! (intermediate) anthony explains #090

today I show a few situations where you'd want a

regex lookahead / lookbehind (intermediate) anthony explains #437

regex lookahead / lookbehind (intermediate) anthony explains #437

today we have another