New to python, do I need an IDE or is vim still good enough?

Neil Cerutti neilc at norwich.edu
Wed Jan 2 13:36:25 EST 2013


On 2012-12-30, Jamie Paul Griffin <jamie at kode5.net> wrote:
> Stick with what you've been using for the last couple of
> decades. These tools have stood the test of time for a good
> reason: they're powerful, efficient and made for the task of
> programming. 

There is a good Python plugin for Vim that will allow simple
reindenting and a bunch of other cool cursor movement powers I
don't even use. ctags will also work, though I've never really
needed it.

-- 
Neil Cerutti



More information about the Python-list mailing list