⚡ 5 Horrifying Python Techniques to get you fired - Andrew L

Python is a great language, with a few... cursed exploits. While a lot of implementation details make it easier to work with, they also lead to quirks - quirks which can be exploited for fun (and profit?). Whether it’s variables, match statements, type hinting, imports, or even just trying to fit everything on one line, this talk has more than a few slithering tricks up its sleeve. Talk by Andrew L. Some explanations: (Link 1) (Link 2) 00:00 - Introduction 02:45 - Variable Binding 04:35 - Variable Unbinding 06:08 - Annotations 08:26 - One Line 12:07 - Importing
Back to Top