Media Summary: today we introduce another typing / mypy concept: today I talk about the basics of generator functions and how you'd type annotate them! playlist: ... today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ...
Python Generics Intermediate Anthony Explains - Detailed Analysis & Overview
today we introduce another typing / mypy concept: today I talk about the basics of generator functions and how you'd type annotate them! playlist: ... 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 discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ... today I talk about one of my favorite additions to typing: Protocol! in this we extend from a previous example where we used ...
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 talk about why dictionary literals (and other literals) are faster than their function-called counterparts - today I show how even if you don't know the operator precedence you can figure out how this evaluates! playlist: ... How's it going everyone? In today's video I'm going to be teaching you the power of today we talk about "soft" keywords and how they allow a growing programming language to evolve without breaking the world!
3.10 is coming! here's the new things to look out for! - top 10 new things in today I talk about what a `universal2` wheel is for macos and why it's a "2"! - what is a wheel?