PyMOTW: os (Part 4)
Originally posted
· 1 min read
This week I am wrapping up coverage of the os module (saving os.path
for a future post of its own) and discuss functions useful for working
with multiple processes. I covered use of pipes in part 2, so this week we will look at
system()
, fork()
, exec()
, and related functions.
Read more at pymotw.com: os/index.html#running-external-commands