easy and convenient way to get a good introduction for any module
[especially if ur stuck and dont have internet connectivity]:

1. start python interpreter
$ python

2. import the module and ask it for help :-)
>>> import re
>>> help(re)

-vaibhav

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to