
September 18th, 2003, 04:10 AM
|
|
Contributing User
|
|
Join Date: Jul 2003
Posts: 133
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
Since you have already learned Java, PHP and Pearl, a good place to just get up to speed with Python would be www.diveintopython.com by Mark Pilgrim. You won't learn any GUI building there, though.
Just as GUI building for Java in, for instance, JBuilder presupposes an understanding of programatical construction of GUIs in the Java programming language, creation of graphical user interfaces in Python demands of the programmer that he understands how to hand-code GUI code. That said, I'd recommend looking at www.wxpython.org, and www.wxwindows.org. Having learned those, you could turn to PythonCard, which is an abstraction layer for wxPython, and Boa Constructor, which is a Python IDE under development.
|