Pathlib is a built-in Python library that is similar to os.path but contains a lot more. This post walks through some of the basics with pathlib.
My favorite place to debug a Python application is in a full IDE like VSCode or PyCharm. However, sometimes those options aren’t available, soit’s good to know the alternatives. This post shows some basic functionality of some Python debuggers.
These tips and tricks are a little bit more advanced than the ones in the previous notebook. I try to update the post every once in a while with the latest version of Python, so it should be roughly up to date.
This notebook is a collection of Python notes, tricks, and tips. It is set up to act as a quick reference for basic Python programming. I try to update the post every once in a while with the latest version of Python, so it should be roughly up to date.