Contribute Media
A thank you to everyone who makes this possible: Read More

8 things that happen at the dot: Attribute Access & Descriptors

Description

We rarely think about the dot “.” between our objects and their fields, but there are quite a lot of things that happen every time we use one in Python. This talk will explore the details of what happens, how the descriptor protocol works, and how it can be used to alter the Python object model.

Improve this page