2009/3/24, Bala subramanian <bala.biophys...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to