Komodo is supposed to be pretty nice, although I haven't used it myself (happy with vim): http://www.activestate.com/Products/komodo_ide/feature_showc...
I use Komodo Edit, and I love it. It has everything I need, is customizable, and was recently Open Sourced. I would be hard pressed to switch to something else.
Ask HN: Professional Python IDEs?
11–20 of 44 posts
Re: Ask HN: Professional Python IDEs?
#12Links to the reviews:
http://spyced.blogspot.com/2005/09/review-of-6-python-ides.h...
http://spyced.blogspot.com/2006/02/pycon-python-ide-review.h...
Re: Ask HN: Professional Python IDEs?
#13Eclipse with the PyDev plugin is very nice also. I'm using that on both OS X and Windows.
Re: Ask HN: Professional Python IDEs?
#14Re: Ask HN: Professional Python IDEs?
#15Komodo is supposed to be pretty nice, although I haven't used it myself (happy with vim): http://www.activestate.com/Products/komodo_ide/feature_showc...
Re: Ask HN: Professional Python IDEs?
#16(e.g. my problem is the completion feature with both python modes--i just can't get it to work, which is definitely a pitty, but probably i am just too incompetent :)
Re: Ask HN: Professional Python IDEs?
#17In particular, there seems to be no way debug code while using the Django dev server with its autoreload feature. This means that either you don't debug code, or you have to restart the Django dev server every time you make a change. Very annoying.
Also, I haven't been able to find any Eclipse/IDEA level features in a Python IDE... things like being able to ctrl+click on an object to see where it was defined, or a "Find Usages" feature.
All in all, I think there is a huge opportunity to innovate in the web IDE department. Python, RoR, and even PHP all still need a killer IDE.
Re: Ask HN: Professional Python IDEs?
#18have you tried Eric? http://www.die-offenbachs.de/eric/index.html
Re: Ask HN: Professional Python IDEs?
#19Re: Ask HN: Professional Python IDEs?
#20Komodo is supposed to be pretty nice, although I haven't used it myself (happy with vim): http://www.activestate.com/Products/komodo_ide/feature_showc...
I use Komodo Edit, and I love it. It has everything I need, is customizable, and was recently Open Sourced. I would be hard pressed to switch to something else.