TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Choosing the Best Python IDE

11 点作者 kroger超过 11 年前

5 条评论

alok-g超过 11 年前
My experience so far:<p>I have used Python under IntelliJ IDEA and find it unbearably slow. I am not sure if Pycharm would be faster than IntelliJ IDEA.<p>Spyder2 is great, except that I have had it crash several times. The deal-breaker has been debugging support. When I hit &quot;step into function&quot; on the current line, it runs out of the current function. And there is no call-stack.<p>PTVS (Windows-only) seems to be fast enough. In some cases though I see exceptions showing up in the console window that are not reflected in the IDE, leading to confusion. Hope they fix this.
collyw超过 11 年前
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).<p>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.
评论 #7190550 未加载
EatDogfood超过 11 年前
I always keep going back to Editra. Its been around a long time, its written in Python and its an IDE for all programming languages not just Python -- and of course its free as in beer no matter if I am on Linux, Windows or Mac OS X. When not in Editra I am always using iPython as on those projects I don&#x27;t need an IDE with everything that iPython provides me, quite liberating!
mattip超过 11 年前
I don&#x27;t really use a IDE, but my friends who do like Spyder. It would be nice to see a review of IDEs for scientific software development. The things I need are interactive console, visualization (matplotlib), and debugging.
hit8run超过 11 年前
+1 for PyCharm. The guys from JetBrains are doing a great job and keep improving it. Performance today is much better than it was half a year ago.