Media Summary: today I talk about explicit type aliases in today we introduce another typing / mypy concept: today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ...
Python Variadic Generics Pep 646 Intermediate Advanced Anthony Explains 433 - Detailed Analysis & Overview
today I talk about explicit type aliases in today we introduce another typing / mypy concept: today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ... today I talk about the approach I take to gradual typing in today we're back talking about typing in mypy -- I show you two ways to debug types during type checking as well as a hint about ... today I talk about the addition of `typing.Self` in python3.11 and why it's useful as well as several workarounds for older
today I talk about gradual typing, what that means for mypy, and the settings I tend to use when I'm adding types to a codebase ... today I talk about typing the two types of starargs and why it's tricky / impossible to get correct - intro to typing / mypy: ... today I talk about the decorator for typing and how it can be used to signal typed-dispatch to a type checker! continuing the discussion on C extensions, I talk about abi3 and how it can make binary today I go over the technical details of how virtualenvs actually function, including the absurdity of needing to start 3 processes for ... today I talk about the basics of generator functions and how you'd type annotate them! playlist: ...
today I talk about a bit of a hidden gem in today we talk about the `Literal` type in today I talk about why I pick -˃ int for return values for main functions instead of -˃ None (which works)! - testable command lines: ... today I go over all of the various argument/parameter types for