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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Whats your python IDE?

3 点作者 jfella5将近 10 年前
Share your python dev setup

4 条评论

azharkhan将近 10 年前
If you&#x27;re looking for a full-featured IDE, I don&#x27;t think you need to look any further than PyCharm, however, Sublime with it&#x27;s PEP 8 Linter, and CodeIntel plugins will give you a lighter-weight yet effective solution.<p>You can even run your tests in Sublime&#x27;s console if that&#x27;s something you&#x27;d want to do, or use the terminal (as I ended up doing).<p>Similarly, for vim as people have pointed out, if that&#x27;s something you&#x27;re more comfortable with.
评论 #9781618 未加载
CuriouslyC将近 10 年前
I&#x27;ve tried pretty much everything, and PyCharm has been the nicest, most productive set-up for me. It features a really nice integrated debugger, a test runner, dependency checking&#x2F;management and really good code analysis&#x2F;autocomplete&#x2F;refactoring.
jquast将近 10 年前
just vim, <a href="https:&#x2F;&#x2F;github.com&#x2F;alfredodeza&#x2F;khuno.vim" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alfredodeza&#x2F;khuno.vim</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;hynek&#x2F;vim-python-pep8-indent" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hynek&#x2F;vim-python-pep8-indent</a>
评论 #9779527 未加载
kevinali1将近 10 年前
WingIDE from Wingware is really nice