Differences between revisions 14 and 15
Revision 14 as of 2013-08-26 22:35:43
Size: 2320
Editor: PaulBoddie
Comment: Reverting to the last good revision.
Revision 15 as of 2013-12-29 12:15:26
Size: 641
Editor: SantiagoR
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 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 a Single Site ==

Google enables you to restrict your search to a single site.

'''site:www.python.org spam'''

will search www.python.org for 'spam'.

The next few sub-sections illustrate handy examples.

=== Searching Mailing Lists ===

'''site:mail.python.org listname terms'''

 * Search for discussions of packages in python-dev: {{{site:mail.python.org python-dev packages}}}

 * Search for BDFL pronouncements in python-list: {{{site:mail.python.org python-list guido pronouncement}}}

=== Searching the Library Reference Manual ===

'''site:www.python.org library reference terms'''

 * Search for information about regular expressions: {{{site:www.python.org library reference regular expressions}}}

 * Search for examples of using the logging module: {{{site:www.python.org library reference logging example}}}

=== Searching the Language Reference Manual ===

'''site:www.python.org reference manual terms'''

 * Search for reference description of list comprehensions: {{{site:www.python.org reference manual list comprehension}}}

=== 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}}}

== Searching for a Phrase ==

If you simply type your seach terms into the google search box, google will return pages that use all of your search terms, no matter where they occur. If, instead, you surround your search terms with double quote marks, you will get back an exact-phrase search.

Thus, searching for

'''python wiki engine'''

will return any pages that mention all three terms, many of which won't be about python wiki engines, per se. By contrast, a search for

"'''python wiki engine'''"

will only return pages which uses this exact phrase.
Hі, I am Аntonio Weimer [[http://Www.Google.Co.uk/search?hl=en&gl=us&tbm=nws&q=however&gs_l=news|however]] it is not the most manly namе. Base jumping is the sole hobbу my wife ԁoеsn't approve of. [[http://en.Wikipedia.org/wiki/Delaware,_Ohio|Delaware]] is where we hаve been living for years and I have all that I need here. I used to be unеmployed but [[http://Www.fastonlineusers.com/|currently]] I am a cοmρuter [[http://www.Sharkbayte.com/keyword/operator|operator]] aѕ well as the wages has been quite satisfying.<<BR>>
<<BR>>
my web-site: [[http://www.diygiftideas.net/category/diy-gift-voucher/|diy gift ideas men]]

Hі, I am Аntonio Weimer however it is not the most manly namе. Base jumping is the sole hobbу my wife ԁoеsn't approve of. Delaware is where we hаve been living for years and I have all that I need here. I used to be unеmployed but currently I am a cοmρuter operator aѕ well as the wages has been quite satisfying.

my web-site: diy gift ideas men

GoogleTips (last edited 2014-05-31 12:47:49 by DavidBoddie)

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