[Tutor] text editor and debugger for python

A.T.Hofkamp a.t.hofkamp at tue.nl
Tue Mar 24 10:32:57 CET 2009


Bala subramanian wrote:
> Friends,
> 
> I do the scripting in Linux. I use vi editor to code. It is not very
> convenient for me. Kindly suggest me a best free *text editor* ( i can code
> and debug the code simultaneously ) *for python* based on your experience.

*best* means something different for everybody. If you'd ask me, I'd say vim, 
but apparently, you don't agree with that view :)

The best approach I found to such problems is to simply install and try 
several editors until you find one that you like. Then use that program until 
you get annoyed by something it doesn't do right, or until you find a better 
alternative.


As for actual choices, you can have a look at
gedit
kate
kwrite
emacs

If you want something IDE-ish:
IDLE (assuming it runs at Linux),
Eclipse

and many more (google will know).

emacs and Eclipse are really big systems.


Sincerely,
Albert


More information about the Tutor mailing list