Migrating from OS.PATH to PATHLIB Module in Python

Learn how to use the modern pathlib module to perform tasks you have been using os.path for. Read more

Similar

Python Makefile Code

Thanks to the article “Your Makefiles are wrong” it really dawned on me that Makefile can run any interpreter, not just sh or bash: The key message here, of course, is to choose a specific shell. If you’d rather use ZSH, or Python or Node for that matter,... (more…)

Read more »