Faster Enum. Comparison with Enum from the Python Standard Library

tl;dr github.com/QratorLabs/fastenum pip install fast-enum What are enums (If you think you know that — scroll down to the “Enums in Standard Library” section). Read more

Similar

My Python Setup for 2020

My Python setup used to change a lot, as I would find ad-hoc solutions for my needs. These days I've settled on a Python setup that satisfies pretty much all of my different use cases and is easy to use. It is composed of these tools: Pyenv for Python ver... (more…)

Read more »