outputting a command to the terminal?

John Machin sjmachin at lexicon.net
Sun Aug 13 22:58:30 EDT 2006


John Salerno wrote:

>
> I think I'll take a look at the subprocess module, just for fun. :)

... and for learning too :-)

Also, consider that some operating system commands are built into the
shell (i.e. not run as a separate process), which makes using the
subprocess module a bit difficult -- for more fun and learning, check
out os.system()

Cheers,
John




More information about the Python-list mailing list