Pydon'ts

Write elegant Python code

A series of articles that teaches you how to make the best use of the core Python features. The Pydon'ts are available as an e-book that you can read for free below.

Descriptors are not black magic and this article will show you that. In fact, you use descriptors every day and you don't even know it.

Learn how to use properties to add dynamic behaviour to your attributes.