[Edu-sig] Explaining Classes and Objects

Kirby Urner urnerk at qwest.net
Tue Jun 14 17:23:10 CEST 2005


> 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




More information about the Edu-sig mailing list