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.4
Python Documentation
Library Reference
Front Matter
Contents
1. Introduction
2. Built-In Objects
3. Python Runtime Services
4. String Services
5. Miscellaneous Services
5.1 pydoc -- Documentation generator and online help system
5.2 doctest -- Test interactive Python examples
5.3 unittest -- Unit testing framework
5.4 test -- Regression tests package for Python
5.5 test.test support -- Utility functions for tests
5.6 decimal -- Decimal floating point arithmetic
5.7 math -- Mathematical functions
5.8 cmath -- Mathematical functions for complex numbers
5.9 random -- Generate pseudo-random numbers
5.10 whrandom -- Pseudo-random number generator
5.11 bisect -- Array bisection algorithm
5.12 collections -- High-performance container datatypes
5.13 heapq -- Heap queue algorithm
5.14 array -- Efficient arrays of numeric values
5.15 sets -- Unordered collections of unique elements
5.16 itertools -- Functions creating iterators for efficient looping
5.17 ConfigParser -- Configuration file parser
5.18 fileinput -- Iterate over lines from multiple input streams
5.19 calendar -- General calendar-related functions
5.20 cmd -- Support for line-oriented command interpreters
5.21 shlex -- Simple lexical analysis
6. Generic Operating System Services
7. Optional Operating System Services
8. Unix Specific Services
9. The Python Debugger
10. The Python Profiler
11. Internet Protocols and Support
12. Internet Data Handling
13. Structured Markup Processing Tools
14. Multimedia Services
15. Cryptographic Services
16. Graphical User Interfaces with Tk
17. Restricted Execution
18. Python Language Services
19. Python compiler package
20. SGI IRIX Specific Services
21. SunOS Specific Services
22. MS Windows Specific Services
A. Undocumented Modules
B. Reporting Bugs
C. History and License
Module Index
Index
About this document ...

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


5. Miscellaneous Services

The modules described in this chapter provide miscellaneous services that are available in all Python versions. Here's an overview:

pydoc   Documentation generator and online help system.
doctest   A framework for verifying interactive Python examples.
unittest   Unit testing framework for Python.
test   Regression tests package containing the testing suite for Python.
test.test_support   Support for Python regression tests.
decimal   Implementation of the General Decimal Arithmetic Specification.
math   Mathematical functions (sin() etc.).
cmath   Mathematical functions for complex numbers.
random   Generate pseudo-random numbers with various common distributions.
whrandom   Floating point pseudo-random number generator.
bisect   Array bisection algorithms for binary searching.
collections   High-performance datatypes
heapq   Heap queue algorithm (a.k.a. priority queue).
array   Efficient arrays of uniformly typed numeric values.
sets   Implementation of sets of unique elements.
itertools   Functions creating iterators for efficient looping.
ConfigParser   Configuration file parser.
fileinput   Perl-like iteration over lines from multiple input streams, with ``save in place'' capability.
calendar   Functions for working with calendars, including some emulation of the Unix cal program.
cmd   Build line-oriented command interpreters.
shlex   Simple lexical analysis for Unix shell-like languages.

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

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