[Tutor] (no subject)

alan.gauld@bt.com alan.gauld@bt.com
Tue, 18 Sep 2001 12:38:10 +0100


> I am using python on windows with IDLE but I want to shift to Linux
> permanently. Can any one suggest me good editor which supports python,
>  like giving keywords in different colour and auto indentation ).

Well if your happy with IDLE just keep using it it works on Linux.

Others to lok at are

vim/gvim
emacs
nedit(I'm sure I read that it now has Python support)

There are dozens of editors on Linux but those are the 
most popular for programming.

Alan g