Media Summary: today I talk about __slots__ and __dict__ and how they relate to objects! 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 the xkcd-inspired `antigravity` module! playlist: ...
Python Insertion Ordered Dicts Beginner Intermediate Anthony Explains 212 - Detailed Analysis & Overview
today I talk about __slots__ and __dict__ and how they relate to objects! 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 the xkcd-inspired `antigravity` module! playlist: ... today I show how to easily make classes comparable in today I talk about explicit relative imports in did you know that it isn't the parentheses that make a tuple? playlist: ...
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 an all-too-common problem when typing code: circular imports! fortunately there's an today I talk about the behaviour of decorators when you stack them and what