First page Back Continue Last page Overview Graphics
Some Modules
- sys:
This module provides access to some objects used or maintained by the interpreter and to functions that interact strongly with the interpreter.
- os:
This module provides a portable way of using operating system dependent functionality.
- shutil:
module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal.
- glob:
Filename globbing utility
- socket:
This module provides socket operations and some related functions. On Unix, it supports IP (Internet Protocol) and Unix domain sockets. On other systems, it only supports IP.