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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Python development on MAC

3 点作者 dotpot将近 14 年前
I'm just wondering what tools are out there for Python development on mac, in best case scenario I would like to have ide, intellisence, autocomplete, debug functionality. I know about vim and emacs, but I don't know how to even configure those. I came from Windows and .NET stuff so it's hard for me to find editor which will +- fulfill my needs.

2 条评论

selectnull将近 14 年前
Eclipse <a href="http://www.eclipse.org/" rel="nofollow">http://www.eclipse.org/</a><p>PyCharm <a href="http://www.jetbrains.com/pycharm/" rel="nofollow">http://www.jetbrains.com/pycharm/</a><p>Those are two options that in my opinion most closely match VisualStudio for .Net. Having said that, and coming from same backgroud as you do (.net), and trying to find the same thing you do (except I switched to linux, not mac) I ended up with Vim.
matthewphiong将近 14 年前
IMHO, PyCharm is the best IDE you can get for Mac. I went from MacVim to Textmate to PyCharm and stick with it. BTW, I'm also a former .NET and VS person.