The 10th article of this series adds support for elif
and else
statements.
This practical tutorial shows how to use uv to build and install custom Python CLI applications globally on your system.
You can ignore exceptions with contextlib.suppress
and in this article I show why this is preferred over try: ... except: pass
.