Python tracebacks are ugly by design, the information from the traceback looks line for line identically, without direct pointing to the issue.
rich is a tiny python library which brings some color into the python game and makes the output of tracebacks nice and readable.
[Read more…]