19.1 Frameworks

Frameworks tend to be harder to document, but are well worth the effort spent.

Tkinter.py
-- Interface to Tcl/Tk for graphical user interfaces; Fredrik Lundh is working on this one! See An Introduction to Tkinter at http://www.pythonware.com/library/tkinter/introduction for on-line reference material.

Tkdnd.py
-- Drag-and-drop support for Tkinter.

CGIHTTPServer.py
-- CGI-savvy HTTP Server

SimpleHTTPServer.py
-- Simple HTTP Server

test
-- Regression testing framework. This is used for the Python regression test, but is useful for other Python libraries as well. This is a package rather than a module.


Send comments on this document to python-docs@python.org.