Lenguaje de programación
$ python3
$ python3 -c 'print "x"*50'
$ python3 -m http.server
$ python3 -m smtpd -n -c DebuggingServer localhost:25
$ python3 -m pyftpdlib.ftpserver
$ python3 -m webbrowser http://web.com
$ python3 -m urllib http://web.com
$ python3 -m htmllib test.html
$ python3 -m filecmp dir1 dir2
$ python3 -m calendar
$ python3 -m calendar 2013 07
$ python3 -c "help('modules')"
$ python3 -m platform
$ echo "Linux es un sistema genial" | python3 -m encodings.rot_13
$ echo "Yvahk rf ha fvfgrzn travny" | python3 -m encodings.rot_13
$ echo "Linux es un sistema genial" | python3 -m base64 -e
$ echo "TGludXggZXMgdW4gc2lzdGVtYSBnZW5pYWwK" | python3 -m base64 -d