Building Enumerations With Python's enum - Real Python
Briefly

The Python standard library provides an enum module that offers support for enumerations through the Enum class.
In this video course, you'll discover how to: Create enumerations of constants using Python's class. Interact with enumerations and their members in Python. Customize enumeration classes by adding new functionalities. Apply practical examples to gain a deeper understanding of the benefits of using enumerations.
Read at Realpython
[
add
]
[
|
|
]