Python Forum

Full Version: Blog series about Python Properties and Descriptors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Attached are links to, recent blog series about property, descriptors and their usage.

  1. part 1 starts with the high level property built-in.
  2. part 2 dives down to the descriptor foundation and how it acts in the more general attribute access mechanism .
  3. part 3 describes how the class methods "magic" is facilitated by the descriptors.

Hope it would be helpful for others.
Enjoy.

Lior
Looks well done, thank you!