[Cython] Offtopic: Good Python IDEs?

Stefan Behnel stefan_ml at behnel.de
Fri Apr 11 10:27:24 CEST 2008


Hi,

Dag Sverre Seljebotn wrote:
> This far I've been editing Python code with "gedit", and so I'm 
> wondering: What's your favorite? emacs? Eclipse? eric?

I exclusively use emacs for Python/Cython. It has a great Python major mode
and the Cython mode is just as fine. It also has support for bicycle repair
man (for refactorings), though I never really needed that.

For debugging, I mostly use print and unit tests for Python and print, tests
and valgrind for Cython, so I can't really comment on the debugging
environments (which actually *are* available for emacs).

Stefan



More information about the Cython-dev mailing list