[Tutor] text editor and debugger for python

simozack simozack at yahoo.it
Tue Mar 24 13:54:44 CET 2009


2009/3/24, Bala subramanian <bala.biophysics at gmail.com>:

> 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.

Perhaps you don't have some configurations useful to write python programs.

Search on Google "python vim".

For example, on Windows, I think this options are very useful (add
this at the bottom of your .vimrc file to try it out):

syntax on
filetype plugin indent on
autocmd FileType python      setlocal sw=4 sts=4 et sta

HTH,
Simone


More information about the Tutor mailing list