PyCon UK 2023

Sebastiaan Zeeff

Sebastiaan is a senior software engineer for the Ordina Pythoneers and a Fellow of the Python Software Foundation. He is also one of the founders of Python Discord and an organiser of EuroPython. Sebastiaan frequently speaks at conferences all around the world, including PyCon US, EuroPython, PyCon APAC, and various regional PyCons.


Session

09-24
12:30
30min
The Magic of Self: How Python inserts self into methods
Sebastiaan Zeeff

Have you ever wondered how self works? Whenever you call a method, self seems to magically appear as an argument. But behind this dark magic lies a well-defined protocol, the descriptor protocol, that you can implement yourself. Join me and learn how Python inserts self into methods!

Assembly Room