December 2000
Intermediate to advanced
816 pages
16h 57m
English
In Table 14.11 you will find a list of modules other than os and sys which relate to the execution environment theme of this chapter.
| Module | Description |
|---|---|
| popen2 | provides additional functionality on top of os.popen(): provides ability to communicate via standard files to the other process |
| commands | provides additional functionality on top of os.system(): saves all program output in a string which is returned (as opposed to just dumping output to the screen) |
| getopt | processes options and command-line arguments in such applications |
| site | processes site-specific modules or packages |
| findertools | provides an interface to Macintosh finder functionality, such as launching an application (or a document ... |
Read now
Unlock full access