Is there an IntelliJ Python plugin for the community edition?
I've been playing with the community edition of JetBrains ItelliJ IDEA since it came out, and开发者_运维知识库 I really like it; however, a lot of plugins seem to require the ultimate edition (or at least I think they do because of the com.intellij.modules.ultimate dependency). Is there a python plugin that doesn't require the ultimate edition? I'm developing django applications, so support for templates would be nice, but this isn't a requirement.
Check out PyCharm.
As of PyCharm 3.0, there is now a community edition of PyCharm. You can download it for free. It does not have all the features of the professional edition; however. Here is a comparison of the editions:
http://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html.
精彩评论