This blog entry explains setting Vim up as a Python IDE, he covers Intellisense-like functionality:
(source: dispatched.ch)
This is standard in Vim 7. There are a number of other very useful plugins for python development in Vim, such as Pyflakes which checks code on the fly and Python_fn.vim which provides functionality for manipulating python indentation & code blocks.