150 – Colour in the REPL

150 – Colour in the REPL#

Since Python 3.14 that the Python REPL has colours, giving you syntax highlighting directly in the terminal.

Screenshot of a Python REPL showing how different Python keywords and literals have different colours.

CLIs in the standard library like argparse, json, and unittest, also have coloured output now.