Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE Suggestion for python and javascript

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?

like image 635
ndemir Avatar asked Aug 31 '10 11:08

ndemir


2 Answers

  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.
like image 62
Manoj Govindan Avatar answered Nov 01 '22 09:11

Manoj Govindan


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

like image 40
volting Avatar answered Nov 01 '22 10:11

volting