25 Jul 2011 You might look at Python code every day, but what is the lens through which you view code? It's your text editor. This article was written for Python Magazine and was first in a series on Python development environments. Here, we look at how Vim users can boost their productivity by having Vim tell you as much as possible about your program, while you're writing it. As developers, we spend a majority of our productive day interacting with code. How we interact with this code is of...