Building CLIs in Python with Click

A tutorial on how to use the components of the Python Click library to intuitively and easily build simple to complex command line interface (CLI) applications. This tutorial covers styling, passing context, creating your own pass decorators, nested comma… Read more

Similar

Python 100 times faster than Grumpy

Lately Grumpy has received some attention on reddit. YouTube Engineering showed a blog plost (Grumpy) which apparently proved that grumpy scaled much better then CPython on a Fibonacci benchmark. I felt like repeating this microbenchmark with Python to ch...

Read more »