Media Summary: today I talk about the difference between object and Any when today I talk about Optional and a few approaches to today I talk about the three generic types of `

Python Typing Literal Intermediate Anthony - Detailed Analysis & Overview

today I talk about the difference between object and Any when today I talk about Optional and a few approaches to today I talk about the three generic types of ` today I talk about the several uses of Final / when today I show you what the `TYPE_CHECKING` constant is in the today I talk about LiteralString (sort of again!) and walk through a few interesting use cases and why I think this

today I follow up to the video about Protocol and show for doing some light structural

Photo Gallery

python typing: Literal (intermediate) anthony explains #170
python typing: object vs Any (intermediate) anthony explains #275
python typing: re.match and Optional (intermediate) anthony explains #115
python typing: Generator[T, S, R] (intermediate) anthony explains #297
python typing: Optional is not optional! (intermediate) anthony explains #146
python typing: Final / @final (intermediate) anthony explains #132
python typing: TYPE_CHECKING (intermediate) anthony explains #312
python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365
what is LiteralString in python ?
is python with types faster? (intermediate) anthony explains #126
Python Has A "Literal" Type That I've NEVER Seen Before
typing: Protocol + @runtime_checkable (intermediate) anthony explains #187
View Detailed Profile
python typing: Literal (intermediate) anthony explains #170

python typing: Literal (intermediate) anthony explains #170

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

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

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

what is LiteralString in python ?

what is LiteralString in python ?

today I talk about LiteralString (sort of again!) and walk through a few interesting use cases and why I think this

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 Has A "Literal" Type That I've NEVER Seen Before

Python Has A "Literal" Type That I've NEVER Seen Before

This import from the

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 Self (PEP 673) (intermediate) anthony explains #418

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

today I talk about the addition of `