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

Hans Mulder hansmu at xs4all.nl
Mon Dec 31 07:35:45 EST 2012


On 31/12/12 12:57:59, Adam Tauno Williams wrote:
> On Thu, 2012-12-27 at 12:01 -0800, mogul wrote:
>> 'Aloha!
>> I'm new to python, got 10-20 years perl and C experience, all gained
>> on unix alike machines hacking happily in vi, and later on in vim.
>> Now it's python, and currently mainly on my kubuntu desktop.
>> Do I really need a real IDE, as the windows guys around me say I do,
> 
> You don't need one.

+1

> You are crazy if you don't WANT one.

ITYM: you'd be crazy if you'd want one.

> Check out geany <http://www.geany.org/>

Don't bother: Python comes with a free IDE named IDLE.  Try it
for a few minutes, and you'll find that most of the features
that make vim so wonderful, are missing from IDLE.

Just stay with vim.

-- HansM



More information about the Python-list mailing list