Media Summary: today I discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ... 3.10 is coming! here's the new things to look out for! - top 10 new things in today I show the tools and processes I used to improve
What Pythons Should I Support Beginner Intermediate Anthony Explains 239 - Detailed Analysis & Overview
today I discuss and demo my top favorite new things in python3.9! links: - getting python3.9 early via deadsnakes: ... 3.10 is coming! here's the new things to look out for! - top 10 new things in today I show the tools and processes I used to improve today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ... today I talk about the absolutely-fastest way to start 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 difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about the `assert` statement, what it is, how it works, and why some - A better way to prepare for Coding Interviews Checkout my second Channel: Discord: ... today's video is a bit of a puzzle! how to implement today I show a quick introduction to type annotating code in today I talk about what it means to be "hashable" and how to define your own `__hash__` method (or disable it!) playlist: ...
today I talk about Optional and a few approaches to typing the return value of `re.match` (which returns an Optional[Match[str]])! today I to into detail about data descriptors, non-data descriptors, what the point of them is, as well as a quick example! playlist: ... today we talk about type aliases -- a nifty way to shorten some verbose type names or expose a named "type" playlist: ...