Media Summary: today I talk about reference counting and the `weakref` module and some use cases for weak references (and why they're not ... probably the most asked question on my channel -- what are those funny @ signs! I today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ...
Python Descriptors Advanced Anthony Explains 519 - 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 ... probably the most asked question on my channel -- what are those funny @ signs! I today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... today I talk about conditional dependencies for platform-specific deps using environment markers! - dealing with backported ... 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:
continuing the discussion on C extensions, I talk about abi3 and how it can make binary we talked about decorators before but I didn't show how to write a class decorator (or how it works)! - decorators: ... today I show an end-to-end example of writing a code formatter similar to the ones I've written (pyupgrade / add-trailing-comma ... today I talk about one of the ways to introduce magic in