blog.dbrgn.ch

Entries tagged “python”

May 10, 2013

Enums in Python

Python 3.4 will introduce a builtin enumeration type. But you can already start using it right now.