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
I'm still a bit jet-lagged after DjangoCon US 2024, so I'm reading all posts I've missed during the conference thanks to FediDevs 🌌 This is the page 👇 #DjangoCon #FediDevs