Using and Abusing Python’s Double-Underscore Methods and Attributes
EuroPython Conference via YouTube
Learn EDR Internals: Research & Development From The Masters
Gain a Splash of New Skills - Coursera+ Annual Nearly 45% Off
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the fascinating world of Python's double-underscore methods and attributes in this 31-minute conference talk from EuroPython 2016. Dive deep into the realm of "special", "dunder", and "magic" methods, going beyond common ones like __init__. Learn how to manipulate arithmetic and comparison operators, make objects behave like dictionaries and containers, optimize memory usage, and speed up membership tests. Discover both practical applications and playful hacks, including some unconventional function tricks. Ideal for those comfortable with object-oriented Python, this talk covers topics such as Stringy Ants, Dunder Eek, Dunder Iter, and Dunder Functions. Access additional resources and code examples through the provided GitHub repository.
Syllabus
Introduction
Stringy Ants
Dunder Eeek
Dunder Iter
Dunder Functions
Taught by
EuroPython Conference