Recommended IDE for creating GUI?

bwaha cfriedl at bigpond.net.au
Sun Apr 23 04:22:06 EDT 2006


"Marty Christion" <anon at yahoo.com> wrote in message
news:124idf0362d75dd at corp.supernews.com...
> 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






More information about the Python-list mailing list