I am starting out with Python and using VIM for now and love it!
Coming from a Java + Eclipse background, I feel the speed of development is a little slow compared to using Python + VIM, not only due to autocomplete, but debugging, quick movement etc.
So, I was wonder, what "tools" are used by Python programmers in organizations like Dropbox, where python is 99% in use.
I know, there are a bunch of IDEs for python, but are they really used, like in Rails, I know all of my friends use TextMate, even if there are IDEs available.
