Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4142

Have you read the Python docs lately?

From Raymond Hettinger <python@rcn.com>
Newsgroups comp.lang.python
Subject Have you read the Python docs lately?
Date 2011-04-27 10:56 -0700
Organization http://groups.google.com
Message-ID <42cc141b-e8c7-4552-b812-2c2535b55bf4@z27g2000prz.googlegroups.com> (permalink)

Show all headers | View raw


A number of developers have been working on adding examples and useful
advice to the docs.  To sharpen your skills, here are some pieces of
recommended reading:

http://docs.python.org/dev/library/heapq.html#priority-queue-implementation-notes

http://docs.python.org/dev/library/bisect.html#searching-sorted-lists

http://docs.python.org/dev/library/re.html#writing-a-tokenizer

http://docs.python.org/dev/library/cmd.html#cmd-example

http://docs.python.org/dev/library/collections.html#ordereddict-examples-and-recipes

http://docs.python.org/dev/howto/logging.html

http://docs.python.org/dev/howto/sorting.html

http://docs.python.org/dev/library/collections.html#collections.namedtuple


Raymond

python tips on twitter: @raymondh


Back to comp.lang.python | Previous | NextNext in thread | Find similar


Thread

Have you read the Python docs lately? Raymond Hettinger <python@rcn.com> - 2011-04-27 10:56 -0700
  Re: Have you read the Python docs lately? Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-04-27 20:18 +0200
  Re: Have you read the Python docs lately? Dan Stromberg <drsalists@gmail.com> - 2011-04-27 15:19 -0700
  Re: Have you read the Python docs lately? Ben Finney <ben+python@benfinney.id.au> - 2011-04-28 09:40 +1000
    Re: Have you read the Python docs lately? Terry Reedy <tjreedy@udel.edu> - 2011-04-28 03:02 -0400
    Re: Have you read the Python docs lately? Vinay Sajip <vinay_sajip@yahoo.co.uk> - 2011-04-28 12:46 -0700
  Re: Have you read the Python docs lately? Paul Rubin <no.email@nospam.invalid> - 2011-04-27 23:28 -0700
    Re: Have you read the Python docs lately? Raymond Hettinger <python@rcn.com> - 2011-04-28 09:49 -0700

csiph-web