Media Summary: today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ... following up for class decorators, here's decorators implemented as classes! - decorators:
Python Descriptors Advanced Anthony Explains - Detailed Analysis & Overview
today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ... following up for class decorators, here's decorators implemented as classes! - decorators: today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... today I show an end-to-end example of writing a code formatter similar to the ones I've written (pyupgrade / add-trailing-comma ... continuing the discussion on C extensions, I talk about abi3 and how it can make binary
probably the most asked question on my channel -- what are those funny @ signs! I today we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ...