Differences between revisions 9 and 10
Revision 9 as of 2008-03-19 23:47:22
Size: 1253
Editor: adsl-074-237-054-179
Comment:
Revision 10 as of 2008-03-19 23:48:04
Size: 1249
Editor: adsl-074-237-054-179
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
''''PyCon2008 Presentation on Command Line Tools:'''' Intermediate Level '''PyCon2008 Presentation on Command Line Tools:''' Intermediate Level
Line 16: Line 16:
''''Using Python To Create Unix Commandline Tools:'''' Beginning/Intermediate Level '''Using Python To Create Unix Commandline Tools:''' Beginning/Intermediate Level

Creating Command Line Tools With Python

The Python standard library has many modules that make creating commandline tools quite simple. Often command line tools are made with pure Python modules, or are a mixture of calls to an operating system and Python, through the subprocess module. Some of the commonly used modules to create commandline tools are: optparse, configparser, and subprocess.

PyCon2008 Presentation on Command Line Tools: Intermediate Level

Using Python To Create Unix Commandline Tools: Beginning/Intermediate Level

CommandlineTools (last edited 2021-02-07 21:57:21 by IwanAucamp)

Unable to edit the page? See the FrontPage for instructions.