Explore the inner workings of Python's automatic insertion of 'self' into methods in this illuminating talk from PyCon US. Delve into the world of descriptors and discover how they power this seemingly magical feature. Gain insights into Python's versatile data model and learn how to create high-level interfaces for custom objects. Perfect for advanced beginners and intermediate Python developers, this presentation aims to spark curiosity about the language's more advanced features. Follow along as the speaker breaks down complex concepts, provides practical examples, and offers a glimpse into the powerful possibilities that lie beneath Python's surface.
Overview
Syllabus
Introduction
About me
The basics
Defining a class with methods
What are descriptors
Implementing a descriptor
decorators
Summary
Conclusion
Taught by
PyCon US