Exploring Python Descriptors Advanced Anthony Explains 519
Let's dive into the details surrounding Python Descriptors Advanced Anthony Explains 519.
- today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ...
- today I walk through what the `staticmethod` and `classmethod` decorators do -- I also show roughly how to implement them as ...
- 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 we go over the brand new variadic generics and how they change the type system (finally type-able `*args`!) - generics: ...
- following up for class decorators, here's decorators implemented as classes! - decorators:
In-Depth Information on Python Descriptors Advanced Anthony Explains 519
continuing the discussion on C extensions, I talk about abi3 and how it can make binary 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 conditional dependencies for platform-specific deps using environment markers! - dealing with backported ...
today I show a maintainability recommendation when writing scripts that call commands as well as a bit of caution for BSD ...
That wraps up our extensive overview of Python Descriptors Advanced Anthony Explains 519.