Tag: python
-
Python Enum
In Python, Enums are a special type of class. They inherit from the Enum class. The point of Enums is to provide an easy way to map a value to a string in a special way. Enums are not the same as a dictionary, however.
-
Clue Analyzer
Clue Analyzer is based on the popular murder mystery game Clue. For some people deductive reasoning does not come as easily. The purpose of this application is to do the hard work of deductive reasoning for the user, so the player can enjoy the game.