nov 20
some standard packages
- os and glob (10.2 in 'python tutorial') - looping through files in a directory
- see 'change.py' example below
- doctest (10.11)
- command line arguments (10.3); also see optparse module (6.21 in Python Library Ref)
- re - regular expressions
- powerful but complicated string matching and substitutions
- internet access (10.7) - urllib2, smtplib, others
- CGI (?) - 11.2 in Python Library Ref