Vim
Ask HN: Professional Python IDEs?
21–30 of 44 posts
Re: Ask HN: Professional Python IDEs?
#22Vim
Re: Ask HN: Professional Python IDEs?
#23I tried Komodo and PyDev, now I'm back to my favorite editor SciTe. Sufficient for me as I don't work on large Python projects.
Re: Ask HN: Professional Python IDEs?
#24Re: Ask HN: Professional Python IDEs?
#25I use emacs for all my coding work (multiple languages) and am very satisfied with it. I have tried Komodo and a couple of my colleagues at work swear by it--it's a bit bloated for my taste, but probably I am kind of old fashioned... (btw: same holds true for Eclipse--imho at least). It would probably be nice to know what experience you've had with emacs and why you are looking for an ide, then people might be able t…
Re: Ask HN: Professional Python IDEs?
#26emacs - I ended up getting frustrated with the number of different options for python (ECB vs rope vs python.el vs python-mode.el vs ...) and I also couldn't get auto-complete working too well and it seemed to take a lot of setting up. It is good to have choices but as a novice it can be somewhat bewildering.
SPE - no-one has mentioned this yet but I found it usable - auto-complete is surprisingly good. With some project management facilities it could be very good indeed. Worth a try...
Re: Ask HN: Professional Python IDEs?
#27I've found it very hard to find an IDE that works properly with Django. In 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 be…
Re: Ask HN: Professional Python IDEs?
#28Komodo 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.
Re: Ask HN: Professional Python IDEs?
#29I've found it very hard to find an IDE that works properly with Django. In 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 be…
I've run into the Django reloading issue too, with Eclipse. If there is a solution I'd love to hear it...
Re: Ask HN: Professional Python IDEs?
#30Eclipse with the PyDev plugin is very nice also. I'm using that on both OS X and Windows.