[Edu-sig] Looking for a comprehensive Python and Tkinter documentation (like the Java documentation)

Grégoire Dooms dooms at info.ucl.ac.be
Wed Mar 2 18:09:25 CET 2005


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



More information about the Edu-sig mailing list