-uused to force formatting stdin, stdoutand stderrwhich otherwise is string buffered on the terminal
-mperforms a search sys.pathfor the named module and runs the corresponding .py file as a script. An example is a module timeit. The command python -m timeit "python script"will return the time taken to execute the script.
Quote from the docs
-u
Force stdin, stdout stderr . , , stdin, stdout stderr .
-m <module-name>
sys.path __main__.