System notifications in Python scripts Quick comparison of two methods for triggering macOS notifications from Python—one using pync, the other using osascript.
Searching for PDFs by content using the command line A command to search for PDF files containing a specific text within the user's home directory.
Pathlib Module in Python Overview of the Pathlib module in Python, including its installation, usage, and methods.