Media Summary: today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... today I talk about how I consider which pythons to support for libraries and applications that I maintain. playlist: ... we talked about decorators before but I didn't show how to write a class decorator (or how it works)! - decorators: ...
Top 10 New Things In Python 3 10 Beginner Intermediate Anthony Explains 289 - Detailed Analysis & Overview
today I talk about __slots__ and __dict__ and how they relate to objects! playlist: ... today I talk about how I consider which pythons to support for libraries and applications that I maintain. playlist: ... we talked about decorators before but I didn't show how to write a class decorator (or how it works)! - decorators: ... 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 to type annotate a -- fortunately it's really today we talk about type aliases -- a nifty way to shorten some verbose type names or expose a named "type" playlist: ...
today I talk about one of my favorite additions to typing: Protocol! in this we extend from a previous example where we used ... today I talk about gradual typing, what that means for mypy, and following up for class decorators, here's decorators implemented as classes! - decorators: