[Tutor] IDE for Python

Brian Jones bkjones at gmail.com
Sun Oct 10 03:58:36 CEST 2010


On Thu, Oct 7, 2010 at 11:23 AM, Juan Jose Del Toro
<jdeltoro1973 at gmail.com>wrote:

> Dear List;
>
> In your experience what is the best IDE for Python?
>
> I've used SPE and IDLE, I've also seen people using Eclipse but which one
> do you recommend?
>


There is no 'best for Python'. IDEs are made to please people, not
languages.

I've been looking for a good Python IDE for a long time. Actually, I've been
looking for the IDE kool-aid. I always felt like I was missing something
because I was using vim while all the cool kids were using IDEs. So I've
tried different ones, several times, over the past several years. While I
still use vim quite a lot (with some plugins like a class browser), I've
recently discovered that PyCharm fits my vim-altered brain quite well. It
has by far the best vim emulation mode ever, it understands unit tests and
will run them for you, good Git integration (and others, so I hear), and it
generally does a good job of staying out of my way when I just want to dive
down the rabbit hole and code. :)

If it's too heavy for your taste, I used to use Komodo Edit when I wanted
something more than vim. It's lighter (in features and process 'weight'),
but it's pretty good.

good luck.



> --
> ¡Saludos! / Greetings!
> Juan José Del Toro M.
> jdeltoro1973 at gmail.com
> Guadalajara, Jalisco MEXICO
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>


-- 
Brian K. Jones
My Blog          http://www.protocolostomy.com
Follow me      http://twitter.com/bkjones
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101009/c1b98cab/attachment.html>


More information about the Tutor mailing list