April 24, 2025
Every now and then I'm writing code deep in some Python project, and I realize that it would be nice to generate a file at the root of a project.
The following is the way I'm currently finding the root …
July 7, 2020
In version 3.4, python shipped with a new module in the standard library, `pathlib`. At the time of its release, I remember hearing some fanfare around it, but I didn't quite understand the point of it. I had only recently …