A Guide to Using the Python Enum

This post is going to explore the Python enum feature, a powerful tool for handling sets of data that don’t change.Not only is this integral for generalized software development, but is somet… Read more

Similar

A Simple Interpreter in Python

“If you don’t know how compilers work, then you don’t know how computers work. If you’re not 100% sure whether you know how compilers work, then you don’t know how they work.” — Steve Yegge There you have it. Think about it. It doesn’t really matter … (more…)

Read more »