ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePython 2.5
Python Documentation
Library Reference
Front Matter
Contents
1. Introduction
2. Built-in Objects
3. Built-in Types
4. String Services
5. Data Types
6. Numeric and Mathematical Modules
7. Internet Data Handling
8. Structured Markup Processing Tools
9. File Formats
10. Cryptographic Services
11. File and Directory Access
12. Data Compression and Archiving
13. Data Persistence
14. Generic Operating System Services
14.1 os -- Miscellaneous operating system interfaces
14.2 time -- Time access and conversions
14.3 optparse -- More powerful command line option parser
14.4 getopt -- Parser for command line options
14.5 logging -- Logging facility for Python
14.6 getpass -- Portable password input
14.7 curses -- Terminal handling for character-cell displays
14.8 curses.textpad -- Text input widget for curses programs
14.9 curses.wrapper -- Terminal handler for curses programs
14.10 curses.ascii -- Utilities for ASCII characters
14.11 curses.panel -- A panel stack extension for curses.
14.12 platform -- Access to underlying platform's identifying data.
14.13 errno -- Standard errno system symbols
14.14 ctypes -- A foreign function library for Python.
15. Optional Operating System Services
16. Unix Specific Services
17. Interprocess Communication and Networking
18. Internet Protocols and Support
19. Multimedia Services
20. Graphical User Interfaces with Tk
21. Internationalization
22. Program Frameworks
23. Development Tools
24. The Python Debugger
25. The Python Profilers
26. Python Runtime Services
27. Custom Python Interpreters
28. Restricted Execution
29. Importing Modules
30. Python Language Services
31. Python compiler package
32. Abstract Syntax Trees
33. Miscellaneous Services
34. SGI IRIX Specific Services
35. SunOS Specific Services
36. MS Windows Specific Services
A. Undocumented Modules
B. Reporting Bugs
C. History and License
Module Index
Index
About this document ...

MyASPN >> Reference >> ActivePython 2.5 >> Python Documentation >> Library Reference
ActivePython 2.5 documentation


14. Generic Operating System Services

The modules described in this chapter provide interfaces to operating system features that are available on (almost) all operating systems, such as files and a clock. The interfaces are generally modeled after the Unix or C interfaces, but they are available on most other systems as well. Here's an overview:

os   Miscellaneous operating system interfaces.
time   Time access and conversions.
optparse   More convenient, flexible, and powerful command-line parsing library.
getopt   Portable parser for command line options; support both short and long option names.
logging   Logging module for Python based on PEP 282.
getpass   Portable reading of passwords and retrieval of the userid.
curses   An interface to the curses library, providing portable terminal handling.
curses.textpad   Emacs-like input editing in a curses window.
curses.wrapper   Terminal configuration wrapper for curses programs.
curses.ascii   Constants and set-membership functions for ASCII characters.
curses.panel   A panel stack extension that adds depth to curses windows.
platform   Retrieves as much platform identifying data as possible.
errno   Standard errno system symbols.
ctypes   A foreign function library for Python.

See About this document... for information on suggesting changes.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved