.vimrc specifically for Python
Apparently, Python has a .vimrc file (which specifies how the command-line vim editor works) specifically for coding in the recommended Python style:
http://svn.python.org/projects/python/trunk/Misc/Vim/vimrc
I put it as .vimrc-python and included it in my main .vimrc like so:
source ~/.vimrc-python