Using and Abusing Python’s Double-Underscore Methods and Attributes
Offered By: EuroPython Conference via YouTube
Course Description
Overview
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
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity