Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python and vim on windows?

I started learning vim a couple of days ago and surprisingly it felt quite natural to me, I also want to get back to learning python. I thought, why not combine the two?
So now I'm looking how to set up a proper python development environment, all my searches turned up either guides for other OSes (which I just couldn't "translate" to windows without feeling like I missed something) and some feel like they are made for previous versions of vim (they assume it has no python support at all...)
So how do you set up vim for python development? I see it already has syntax highlighting, how do I set up compiling? how do I set up debugging (if it's even needed, I read somewhere that it's not really that needed in python)? how do I setup error highlighting? or anything else I might need? I saw some guides setting up a "go to source" link, is that needed in the new version?

like image 343
Ziv Avatar asked May 03 '11 21:05

Ziv


1 Answers

Good choice on VIM!

Have a look here though:

http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/

like image 104
manojlds Avatar answered Nov 12 '22 08:11

manojlds