"Marty Christion" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What are some good free or inexpensive (<$50) IDE's for learning how to
> program and create GUI's for Python?  I'm pretty good with the simple
> programming aspect of the language, but I'm a little mystified by the
world
> of GUI's, and the options available in python.
>
>

I've been using python on and off for about 12 months and WxPython for about
5 months. I've found the following combination works well together:

SPE - Stani's Python Editor http://stani.be/python/spe/blog/
WXGlade  - bundled with SPE
WinPDB - debugger bundled with in SPE that works with GUIs
WxPython - python bindings to WxWidgets library (fantastic demos that get
you up and running quickly) http://www.wxpython.org/
Ipython - interactive python shell http://ipython.scipy.org/

hth
bwaha



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to