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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Minor Pet Peeve: Googling for Python Documentation

2 点作者 traldan超过 13 年前
As a fairly amateur programmer, I end up making making frequent use of Python docs to remind me what is and isn't possible. I appreciate that Python 2.7.x is still pretty standard, and I use it for many projects that need modules which haven't yet been ported. I also use Python 3, where feasible, but when I google for "Python 3 [whatever function I need]," Google still brings up the Python 2.7.2 docs. Is there some easy syntax I'm missing to consistently let me search Python 3 documentation?

1 comment

glimcat超过 13 年前
You put the quotes in the wrong place.<p><pre><code> "python 3" string methods</code></pre>