Other Useful Modules
os module
Access to operating system services (files, processes, environment)
socket module
Low-level access to the network.
threading module
Support for threaded programs.
Covered in detail in the advanced tutorial
<<<
O'Reilly OSCON 2000, Introduction to Python, Slide 126
July 17, 2000, beazley@cs.uchicago.edu
>>>