Bpython – A CLI to the Python interpreter with syntax coloring and autocomplete

bpython – A fancy curses interface to the Python interactive interpreter – bpython/bpython… Read more

Similar

Atomic lock-free counters in Python

At Datadog, we're really into metrics. We love them, we store them, but we also generate them. To do that, you need to juggle with integers that are incremented, also known as counters. While having an integer that changes its value sounds dull, it might ... (more…)

Read more »

Python Type Hints Are Turing Complete

Grigore showed that Java generics are Turing complete by describing a reduction from Turing machines to Java subtyping. We apply Grigore's algorithm to Python type hints and deduce that they are Turing complete. In addition, we present an alternative redu... (more…)

Read more »