What's the best way to implement an 'enum' in Python? - by sectrean I'm mainly a C# developer, but I'm currently working on a project in Python. What's the best way to implement the equivalent of an enum in Python? Read the article