![]() | Tkinter is an interface to the Tk package in C (for Tcl/Tk) |
![]() | Megawidgets, built from basic Tkinter widgets, are available in Pmw (Python megawidgets) and Tix |
![]() | Pmw is written in Python |
![]() | Tix is written in C (and as Tk, aimed at Tcl users) |
![]() | GUI programming becomes simpler and more modular by using classes; Python supports this programming style |