-
Python Parser for command line options
-
Decimal fixed point and floating point arithmetic in Python
-
Python Functions creating iterators for efficient looping
-
Internal Python object serialization (marshal)
-
Python Standard operators as functions
-
Python object serialization (Pickle)
-
pprint module (Data pretty printer)
-
Generate pseudo-random numbers in Python
-
Test interactive Python examples (doctest)
-
Python Program Exit handlers (atexit)
-
Measure execution time of small Python code snippets (timeit)
-
The Python Debugger (pdb)
-
Python Utilities for with-statement contexts (contextlib)
-
Top-level script environment in Python (__main__)
-
Built-in objects in Python (builtins)
-
Accessing The Unix/Linux password database (pwd)
-
Disassembler for Python bytecode
-
Why is Python slower than other languages?
-
SMTP protocol client in Python (smtplib)
-
The ElementTree XML API in Python