Next:
Introduction
Up:
Introduction to Python Programming
Previous:
Functional Programming, and anonymous
 
Contents
Using Modules
Subsections
Introduction
Namespaces
Functions for working with modules
The
string
module
String Constants
Functions in the
string
module
The
re
module: Regular Expressions
Introduction to Regular Expressions
Constructing Regular Expressions
Compiling Regular Expressions
Finding Regular Expression Matches
Tagging in Regular Expressions
Using Named Groups for Tagging
Greediness of Regular Expressions
Multiple Matches
Substitutions
Operating System Services:
os
and
shutil
modules
Expansion of Filename wildcards - the
glob
module
Information about your Python session - the
sys
module
Copying: the
copy
module
Object Persistence: the
pickle/cPickle
and
shelve
modules
Pickling
The
shelve
module
CGI (Common Gateway Interface): the
cgi
module
Introduction to CGI
Security Concerns
CGI Environmental Variables
Accessing Documents on the Web: the
urllib
module
Phil Spector 2003-11-12