I remember reading an article times ago in favor of using python modules in the form of `python -m <module> <command>` instead of `<module> <command>` (e.g. `python -m pip list`, `python -m django startproject`, `python -m coverage run`, ...)
What's the best piece of text (e.g. article, docs, ...) I can share today to promote this behavior among other python projects?
#Python #BestPractise #Module
