IDE Question

Chris Rebert clp at rebertia.com
Wed Oct 15 13:29:48 EDT 2008


You can find a list and several reviews on
http://wiki.python.org/moin/IntegratedDevelopmentEnvironments
I think Wing IDE (http://www.wingware.com/products) is generally
thought to be the most sophisticated one; but it's neither open-source
nor gratis (they do let noncommerical open-source devs get a free copy
though).
>From what I've heard anecdotally, most Pythonistas don't use IDEs,
instead opting for just a text editor (often vim or emacs). So the
answer to your question is probably "None".

Cheers,
Chris
-- 
Follow the path of the Iguana...
http://rebertia.com

On Wed, Oct 15, 2008 at 10:19 AM, Steve Phillips <steve077 at gmail.com> wrote:
> Hi All,
> I am just wondering what seems to be the most popular IDE. The reason
> I ask is I am currently at war with myself when it comes to IDE's. It
> seems like every one I find and try out has something in it that
> others don't and viceversa. I am in search for the perfect IDE and
> after many months of searching, I always come back to IDLE to do what
> I need to do. I want to use Komodo badly but the one issue I have with
> that is sometimes the auto-complete works and other times it doesn't.
> Even if I carbon copy a script.
>
> Thanks in advance,
> Steve P
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list