Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/node422.html

From ZCubes Wiki
Revision as of 19:57, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/undoc.html|[[Image:yurttas_PL_SL_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A.1 Frameworks

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

Tkinter
-- Interface to Tcl/Tk for graphical user interfaces; Fredrik Lundh is working on this one! See An Introduction to Tkinter [off-site link]] at http://www.pythonware.com/library.htm [off-site link]] for on-line reference material.
Tkdnd
-- Drag-and-drop support for Tkinter.
turtle
-- Turtle graphics in a Tk window.
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 single module.

See About this document... for information on suggesting changes.