Media Summary: today I talk about why it's necessary to set ` today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about insertion ordered dictionaries and when you can rely on them (cpython3.6+) and the differences between ...
Python What Is Slots And Dict Intermediate Anthony Explains 122 - Detailed Analysis & Overview
today I talk about why it's necessary to set ` today I talk about the difference between object and Any when typing things! - intro to typing / mypy: ... today I talk about insertion ordered dictionaries and when you can rely on them (cpython3.6+) and the differences between ... today I talk about how to type annotate a -- fortunately it's really easy! - what is ... today I show off a cool workflow I used with my text editor and an ast parser and how I used it to do a code audit! - making a flake8 ... today we go over narrowings and `TypeGuard` -- which enables you to write your own user-defined narrowings! playlist: ...
today I talk about one of the ways to introduce magic in today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... I goofed in my explanation of `assert_never` during the 3.11 video -- this corrects my mistakes! - what's new in oh hey, it's episode 100! today I talk about one of my favorite ways to make plain-old-data classes in today I talk about how and why I sort my imports in today I talk about the difference between len(x) and x.__len__() (as well as other similar functions!) playlist: ...
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 I talk about `nonlocal` and how you can use it to modify variables in closure. I also show a pattern which was used previous ...