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

_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to