Category: Technology

  • 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.

  • Customizing Bootstrap

    Oftentimes when using the Bootstrap CSS framework, the style is just simply not enough. Other times we need to tweak something, such as a margin, color, or font. Luckily, customizing Bootstrap is simple enough, without directly editing Bootstrap’s files.