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
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to