Descriptors - Supercharge Your Dot
2019-06-03, 14:00–14:25, Main Hall

Descriptors are a less know but powerful Python tool. We'll see what they are and how to use them.


Descriptors are a less know but very powerful tool. In this talk we'll recap how the dot operators (getattr) work in Python. See what descriptors are and how you can use them to implement things like validators and even the built in properties.