Some Python modules are also useful as scripts. These can be invoked usingpython -m module [arg] ..., which executes the source file for module asif you had spelled out its full name on the command line.
Some Python modules are also useful as scripts. These can be invoked usingpython -m module [arg] ..., which executes the source file for module asif you had spelled out its full name on the command line.