[Python] binding of [Tk]. Part of the standard Python distribution. Documented in Grayson and Lundh books [[bibliographic info needed here]]. Implemented through Tcl scripting interface, '''not''' the C API. Consequence: slow, but faithful. ---- [Gustavo Cordero] has worked on a recipe to make Tk extensions--[tkhtml] and [tktable], most immediately--available to Tkinter developers. More on this subject appears in the Python Wiki [http://www.python.org/cgi-bin/moinmoin/How_20Tkinter_20can_20exploit_20Tcl_2fTk_20extensions]. ---- The Python Wiki has its own page for Tkinter [http://www.python.org/cgi-bin/moinmoin/TkInter].