On Thu, 08 Jul 2004 11:45:25 +0200, Roger Johansson wrote:
> But where can we find collections of example programs
> for Python ?
http://makeashorterlink.com/?S1E6110C8 .... Sorted Index |
http://www.vex.net/parnassus/ <------------ for This ....|
http://aspn.activestate.com/ASPN/Cookbook/Python
http://freshmeat.net/search/?q=pytho...Go.x=10&Go.y=6
> Using wxPython or some other visual library programs ?
>
> Does Python have a built-in visual library
> or is an external visual library like wx needed?
The de-facto GUI standard that is shipped with Python
is called Tkinter, which is a wrapper around Tk/Tcl ....
http://www.python.org/topics/tkinter/
There also Python bindings for ....
http://wxpython.org/ ......................... wx library
http://www.pygtk.org/ ........................ gtk library
http://www.riverbankcomputing.co.uk/pyqt/ .... qt library
There are several other GUI programming possibilities
for Python, but those listed above seem to be the most popular,
with the wx library often being referenced as the best
cross-platform GUI solution ....
All are available free with the exception of the qt library,
which I think is free for Linux but not for Windows ....
--
Cousin Stanley
Human Being
Phoenix, Arizona