Florian Reichl wrote:
<snip>

Look at this:
http://java.sun.com/j2se/1.5.0/docs/api/index.html
Here you find every class. And if you look at a class you see all its
methods, constructors and fields.
You find the class hierachy it inherited and all the subclasses.
That makes it easy to use and navigate.

Is there anything like that made for Python???


The most comprehensive documentation I know for Tkinter is
http://infohost.nmt.edu/tcc/help/pubs/tkinter.pdf
It's very useful but I dislike the minimal application example at the
beginning because
it inherits from Frame and does self.grid() in __init__

Hope this helps.
--
Grégoire Dooms

_______________________________________________
Edu-sig mailing list
Edu-sig@python.org
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to