> This is also how I explore modules with which I am not familiar, and > one of the first things I ask my students to do is to > > import math > dir(math)
Plus there's help, is in
>>> help('math') # don't even need to import first if you don't want
Kirby
_______________________________________________
Edu-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/edu-sig
