Use More Enums in Python – Blog – Florian Dahlitz
The article explains why you should use more enums in Python and what Python provides to you. (more…)
Read more »
In this step-by-step tutorial, you’ll learn what Python descriptors are and how they’re used in Python’s internals. You’ll learn about the descriptor protocol and how the lookup chain works when you access an attribute. You’ll also see a few practical exa… Read more