简体   繁体   English

python 和 javascript 的 IDE 建议

[英]IDE Suggestion for python and javascript

I am using python for web programming and javascript heavily.我大量使用python进行网络编程和javascript。 Currently, i am using NetBeans but i am looking for another IDE.目前,我正在使用 NetBeans,但我正在寻找另一个 IDE。 NetBeans is not very good while programming with python and javascript.在使用 python 和 javascript 编程时,NetBeans 不是很好。 Any suggestion?有什么建议吗?

"

  1. Komodo has support for both Python and Javascript. Komodo支持Python和Javascript。
  2. JetBrains' PyCharm is good for Python but I don't think and it supports Javascript. JetBrains的PyCharm对Python很有用, 但我不认为 它支持Javascript。
  3. If you don't mind using Eclipse then use Pydev for Python and get a suitable plugin for Javascript. 如果你不介意使用Eclipse,那么使用Pydev for Python并获得适合Javascript的插件。
  4. (Thanks @deif ) There is also Aptana . (谢谢@deif )还有Aptana Aptana is based on Eclipse which means that it will support PyDev. Aptana基于Eclipse,这意味着它将支持PyDev。 It has better JS support too. 它也有更好的JS支持。
  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) . EmacsVi(m) They have a steeper learning curve compared to the other editors listed above but the rewards of mastery are exponentially bigger. 与上面列出的其他编辑相比,他们的学习曲线更陡峭,但掌握的回报却呈指数级增长。

您可以尝试使用jclipseeclipse版本,只需为python开发添加pydev插件

PyCharm(和IDEA平台上的其他IDE)是用于webdev堆栈中的python,js,xml,css和其他语言的出色IDE。

我使用Eclipse与Pydev(Python)和Aptana(Javascript)插件

For web programming I used Espresso, it only work on Mac but it is quite good,this one is an IDE. 对于网络编程,我使用Espresso,它只适用于Mac,但它非常好,这是一个IDE。

I don't think the rest classify as an IDE. 我不认为其余的归类为IDE。

For python I use sublimetext2 because it can be customize and has a great GUI feel. 对于python,我使用sublimetext2,因为它可以自定义并具有出色的GUI感觉。

I used to use notepad++ don't really suggest it. 我曾经使用记事本++并没有真正建议它。

I think if you are asking for efficiency use vim. 我想如果你要求效率使用vim。

它不是IDE,但在MacOSX上我使用TextMate,它有很多扩展,这使它非常强大。

This is not an IDE, it's just a code editor but after installing some extensions, it's perfect.这不是一个 IDE,它只是一个代码编辑器,但是在安装了一些扩展之后,它就完美了。 You can try Visual Studio Code你可以试试Visual Studio Code

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM