While working with python, I come across some one liner commands like below
python -m http.server # to create http server
python -m idlelib.idle # to open idle in virtual environment
So what does -m stands for in those one liner commands, and is there any other commands like these ?