Python's many command-line utilities
Link: Python's many command-line utilities: "Every command-line tool included with Python. These can be run with python -m module_name."
You might find something useful in the attached article. The big one for me is the explanation of what the -m flag does.