Revision 8 as of 2004-03-02 14:24:42

Clear message

Google Tips for Python

People frequently have trouble finding stuff on the Python websites. Sometimes they are just too lazy to search. Other times they don't shine a light in the proper corner. [http://www.google.com/ Google] pokes in every corner, but you sometimes need a little help coaxing information out of it. This page gives a few idioms useful for searching Google effectively for content on the Python websites.

Searching Mailing Lists

site:mail.python.org listname terms

Searching the Library Reference Manual

site:www.python.org library reference terms

Searching the Language Reference Manual

site:www.python.org reference manual terms

Searching the PEPs

site:www.python.org PEP terms

* Search for PEP 289: site:www.python.org PEP 289

* Search for PEPs about rational numbers: site:www.python.org PEP Rational

Unable to edit the page? See the FrontPage for instructions.