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 gradual typing, what that means for mypy, and the settings I tend to use when I'm adding types to a codebase ...
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 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 the basics of generator functions and how you'd type annotate them! playlist: ... today I talk about insertion ordered dictionaries and when you can rely on them (cpython3.6+) and the differences between ... 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 what a `universal2` wheel is for macos and why it's a "2"! - what is a wheel?