Media Summary: today I talk about the difference between object and Any when today I talk about the three generic types of ` today I talk about the several uses of Final / when

Python Typing Overload Intermediate Anthony - Detailed Analysis & Overview

today I talk about the difference between object and Any when today I talk about the three generic types of ` 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 we talk about the `Literal` type in today I talk about one of my favorite additions to

today I show you what the `TYPE_CHECKING` constant is in the today I talk about the basics of generator functions and how you'd today I show the tools and processes I used to improve today I talk about how to package up typed code -- either inline types or 3.10 is coming! here's the new things to look out for! - top 10 new things in today I talk about an all-too-common problem when

Photo Gallery

python typing: @overload (intermediate) anthony explains #163
python typing: object vs Any (intermediate) anthony explains #275
python typing: Generator[T, S, R] (intermediate) anthony explains #297
python typing: Final / @final (intermediate) anthony explains #132
typing: Protocol + @runtime_checkable (intermediate) anthony explains #187
python typing: Literal (intermediate) anthony explains #170
structural subtyping in python with Protocol! (intermediate) anthony explains #164
python typing: TYPE_CHECKING (intermediate) anthony explains #312
generator basics (+typing) (beginner - intermediate) anthony explains #077
how I sped up python by 20ms (intermediate) anthony explains #417
packaging python typed code (intermediate) anthony explains #252
python typing: Optional is not optional! (intermediate) anthony explains #146
Sponsored
Sponsored
View Detailed Profile
python typing: @overload (intermediate) anthony explains #163

python typing: @overload (intermediate) anthony explains #163

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

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 `

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

Sponsored
python typing: Literal (intermediate) anthony explains #170

python typing: Literal (intermediate) anthony explains #170

today we talk about the `Literal` type in

structural subtyping in python with Protocol! (intermediate) anthony explains #164

structural subtyping in python with Protocol! (intermediate) anthony explains #164

today I talk about one of my favorite additions 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

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

how I sped up python by 20ms (intermediate) anthony explains #417

how I sped up python by 20ms (intermediate) anthony explains #417

today I show the tools and processes I used to improve

packaging python typed code (intermediate) anthony explains #252

packaging python typed code (intermediate) anthony explains #252

today I talk about how to package up typed code -- either inline types or

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: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365

python typing: explicit TypeAlias (PEP 613) (intermediate) anthony explains #365

today I talk about explicit

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: aliases (beginner - intermediate) anthony explains #180

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

today we talk about

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

python Generics (intermediate) anthony explains #430

today we introduce another

top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289

top 10 new things in python 3.10 (beginner - intermediate) anthony explains #289

3.10 is coming! here's the new things to look out for! - top 10 new things in

typing: dealing with import cycles (beginner - intermediate) anthony explains #214

typing: dealing with import cycles (beginner - intermediate) anthony explains #214

today I talk about an all-too-common problem when

typing: exception types (intermediate) anthony explains #082

typing: exception types (intermediate) anthony explains #082

today I talk about how to properly

Related Video Content

operator — Standard operators as functions — Python 3.14.5 … information

2 days ago · Mapping Operators to Functions ¶ This table shows how abstract operations correspond to operator symbols...

Arithmetic Operators in Python (+, -, *, /, //, %, **) - nkmk note information

May 11, 2025 · Python supports basic arithmetic operations—addition, subtraction, multiplication, division, and...

Python Operators - GeeksforGeeks information

May 22, 2026 · Arithmetic operators are used to perform basic mathematical operations like addition, subtraction,...

Python Assignment Operators - W3Schools information

The Walrus Operator Python 3.8 introduced the := operator, known as the "walrus operator". It assigns values to...

Python Cheat Sheet information

Compact Python cheat sheet covering setup, syntax, data types, variables, strings, control flow, functions, classes,...