Media Summary: 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 basics of generator functions and how you'd type annotate them! playlist: ...
Python Generics Intermediate Anthony Explains - Detailed Analysis & Overview
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 basics of generator functions and how you'd type annotate them! playlist: ... today we talk about "soft" keywords and how they allow a growing programming language to evolve without breaking the world! 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 whether adding type annotations to
today I discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ... today I talk about explicit type aliases in today I talk about why dictionary literals (and other literals) are faster than their function-called counterparts -