These type of reviews always focus on Pydev. They should take a look at Aptana, which is basically Pydev with a bit of tweaking - it has syntax highlighting for django templated and other web types stuff (php, javascript, json).
Another benefit of using an Eclipse IDE is the wide array of plugins for other languages. I have a Perl plugin and SQL plugin. I like being able to use the same IDE when I do need to switch languages, which is so far what has put me off trying Pycharm or Wing.
PyCharm also has plugin support, because it's a shared framework (much like Eclipse).
I'm running PyCharm (3.1 pro) and I currently have plugins for .sh, .pl, .md, and more. Some plugins require download (iirc, I had to go through a wizard to get the plugin for markdown)
It's low risk trying PyCharm. The community edition is fairly full-featured, and is free.
Comments
These type of reviews always focus on Pydev. They should take a look at Aptana, which is basically Pydev with a bit of tweaking - it has syntax highlighting for django templated and other web types stuff (php, javascript, json).
Another benefit of using an Eclipse IDE is the wide array of plugins for other languages. I have a Perl plugin and SQL plugin. I like being able to use the same IDE when I do need to switch languages, which is so far what has put me off trying Pycharm or Wing.
PyCharm also has plugin support, because it's a shared framework (much like Eclipse).
I'm running PyCharm (3.1 pro) and I currently have plugins for .sh, .pl, .md, and more. Some plugins require download (iirc, I had to go through a wizard to get the plugin for markdown)
It's low risk trying PyCharm. The community edition is fairly full-featured, and is free.