Program Python in VIM

Peter Wu peterwu at hotmail.com
Thu Jan 22 11:17:56 EST 2004


I'm giving vim a try to program Python. The following are the steps I
follow to code/test a python program.

vi test.py
[key in some python code]
:wq
:!python test.py


Is there any other way? I don't want to type 'python test.py' every time
I've made any modifications. In Emacs, I can simply fire C-c C-c to fire
the python interpreter. Thanks!

-- 
       ,,,
      (o o)       Peter Wu
---ooO-(_)-Ooo--- Powered by GNU/Linux 2.4.22



More information about the Python-list mailing list