[Cython] Offtopic: Good Python IDEs?
Lev Givon
lev at columbia.edu
Thu Apr 10 18:52:10 CEST 2008
Received from Dag Sverre Seljebotn on Thu, Apr 10, 2008 at 12:45:12PM EDT:
> This far I've been editing Python code with "gedit", and so I'm
> wondering: What's your favorite? emacs? Eclipse? eric?
>
> I'd especially like stuff like
> - Quick jumping to classes and up and down between class hierarchies on
> overriden methods
> - Refactoring tools
> - Automatic import writing
> - Completion...
>
> Though integrated debugging, test running etc. are "nice" too.
>
> Dag Sverre
I don't know whether it is integrated into any IDEs, but support for
the nice graphical Python debugger winpdb [1] has been added to the
development version of ipython.
L.G.
[1] http://www.winpdb.org
More information about the Cython-dev
mailing list