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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Python stdlib Docs Quick Search for Firefox

5 点作者 mahipal大约 15 年前

1 comment

JimmyL大约 15 年前
This is great, but unfortunately assumes you know the exact name of what you're looking for. My suggestion: if the query doesn't return a result using the current algorithm, redirect to a Google query of "%s site:docs.python.org".<p>As an example, let's look at izip. If I search for itertools.izip using this, it works as suggested - but if I just search for izip, I get "Sorry, nothing was found matching izip." Based on the description of the service, this is correct (but not that helpful - maybe I just didn't feel like typing out itertools). If it fell back to a site-specific Google search, I would instead get a page of search results - and the first result would be the manpage for itertools, which has exactly what I'm looking for within it.