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

Describing Descriptors

Translations: en

Description

Descriptors are a little known feature of Python. They provide a way for a programmer to customize the storage and retrieval of different instance variables. In this talk, you will learn about the descriptor protocol, what it can be used for, and how to implement a descriptor.

Details

Improve this page