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

Descriptors and Metaclasses - Understanding and Using Python's More Advanced Features

Summary

Descriptors and metaclasses are advanced Python features. While it is possible to write Python programs without active of knowledge of them, knowing how they work provides a deeper understanding about the language. Using examples, you will learn how they work and when to use as well as when better not to use them. Use cases provide working code that can serve as a base for own solutions.

Details

Improve this page