$ python -h (...) -m mod : run library module as a script (terminates option list) This option is present since Python 2.4, and occasionally useful. One common usage is "python -m timeit". -- Seo Sanghyeon