This is the code for my PyCon APAC 2012 talk about Vim as Python IDE.
this .vimrc and required plugins have been pre-configued to use with autocompletion for python 2.7.x *
- after you download the files, copy following dir and file to your home dir:
- cp .vimrc ~/
- cp -r .vim ~/
- sudo apt-get install python-pip
- sudo pip install ipython
- sudo pip install ipdb