[Tutor] Re: editor (was: no subject)
Tim Johnson
tim at johnsons-web.com
Tue Oct 14 23:52:00 EDT 2003
* Andrei <project5 at redrival.net> [031014 12:00]:
> Perumal Sadagopan wrote:
>
> >pl tell me how to edit a programm
>
> My fav. editor is Spe (http://spe.pycs.net, wxPython based). SciTE
> (http://scintilla.org) is fast and versatile. PythonWin (included in the
> ActiveState python distro at http://activestate.com) is good too, but works
> only on Win. If all else fails, you can use Idle (included in your Python)
> - some people like it a lot, but I think it's ugly and slow.
I use vim. Some people think vim is strange because of its
modal style of editing. Some people think python is strange
because of the indent-sensitive control blocks. But it
works and so does vim.
Vim +
compiled-in python binary +
python plugins =
one fine IDE.
tim
(and pythonwin rocks too!)
--
Tim Johnson <tim at johnsons-web.com>
http://www.alaska-internet-solutions.com
More information about the Tutor
mailing list