views:

114

answers:

5

I am using python for web programming and javascript heavily. Currently, i am using NetBeans but i am looking for another IDE. NetBeans is not very good while programming with python and javascript. Any suggestion?

+3  A: 
  1. Komodo has support for both Python and Javascript.
  2. JetBrains' PyCharm is good for Python but I don't think and it supports Javascript.
  3. If you don't mind using Eclipse then use Pydev for Python and get a suitable plugin for Javascript.
  4. (Thanks @deif) There is also Aptana. Aptana is based on Eclipse which means that it will support PyDev. It has better JS support too.
  5. Update You probably know this, but I'll say it for the record. Don't forget the classic editors viz. Emacs and Vi(m). They have a steeper learning curve compared to the other editors listed above but the rewards of mastery are exponentially bigger.
Manoj Govindan
as an alternative to point 3, you migth want to look at aptana (http://www.aptana.com). aptana is based on eclipse, so all eclipse plugins includig pydev, of course, should work as well. the difference is that aptana ships with (imho) nicer html and javascript support.
deif
A: 

You could try the version of eclipse for javascript and just add the pydev plugin for python development.

volting
A: 

It's not quite IDE, but on MacOSX i'm using TextMate, it have many extensions which makes it very powerful.

Maciej Kucharz
A: 

PyCharm (and other IDEs on IDEA platform) is brilliant IDE for python, js, xml, css and other languages in webdev stack.

A: 

I use Eclipse with Pydev (Python) and Aptana (Javascript) plugins

Jader Dias