[Tutor] recommended IDE for windows?
Christian Wyglendowski
Christian.Wyglendowski at greenville.edu
Wed Oct 27 17:43:05 CEST 2004
> -----Original Message-----
> [mailto:tutor-bounces at python.org] On Behalf Of Rene Lopez
> Subject: [Tutor] recommended IDE for windows?
>
> anyone have any recommendations for a good IDE for python on windows?
> Preferably free if possible :) So far I've been using idle,
> which works but seems pretty basic, would be nice to have
> some sort of IDE with tabs instead of multiple
> windows....helps keep the desktop clean
I use Pythonwin that comes with the pywin32 package
(http://sourceforge.net/projects/pywin32/). It doesn't have tabs but it
does have code completion, which I am very spoiled by. It also has some
nice features for working with COM in Windows.
I think that SPE (http://spe.pycs.net/) offers tabbed editing _and_ code
completion. It requires wxPython and has some special features for
working with the Blender3d application. It is a pre 1.0 though and has
some quirks but also looks very promising.
Christian
http://www.dowski.com
More information about the Tutor
mailing list