TL;DR
Tim walks you through three modern Python tricks you’ve likely never used: the new match statement for clean pattern matching, handy dataclasses that auto-generate boilerplate methods, and how to enforce positional-only vs. keyword-only arguments to make your APIs clearer. These features can streamline your code and make everyday tasks a lot more fun.
Watch on YouTube
Top comments (0)