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

Descriptors and Metaclasses

Description

Descriptors and metaclasses are advanced Python features. While it is possible to write Python programs without active knowledge of them, knowing more about them facilitates a deeper understanding of the language. With examples, you will learn how they work and how to write your own descriptors and metaclasses. Furthermore, you will understand when to use and when better not to use them.

Details

Improve this page