Live data from Hacker News

What IDE is best for someone new to Python ?

news.ycombinator.com

1–10 of 10 posts

Re: What IDE is best for someone new to Python ?

#4
I've used Komodo at http://www.activestate.com/products/komodo_ide/ and it's very good. ActiveState has also released a free Editor at http://www.activestate.com/products/komodo_edit/ that looks promising.

I'd encourage you though to do something simpler. If you're on a Mac go buy Textmate at http://macromates.com/ and get acquainted with the command line.

Re: What IDE is best for someone new to Python ?

#8
Emacs. Use CUA-mode and tabbar-mode if you aren't familiar with the Emacs keybindings. That's what I do.

I'm also fond of Wingware, but it's a commercial product. I found it wasn't quite enough of an improvement over Emacs to be worth paying for. Also, like many IDEs, it takes a while to bootup and requires a fairly large screen, both of which were annoying on my 1024x768 VMWare-inside-a-laptop instance.