Actualités

This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Mypy, Pytype, Pyright, and Pyre can help you keep your type-hinted Python code bug-free. Let’s see what each of these useful tools has to offer.
Indeed, it turns out that for several years already, Python's standard library has come with the pathlib module, which makes it easier to work with directories and files.