Have you read the Python docs lately?

Irmen de Jong irmen.NOSPAM at xs4all.nl
Wed Apr 27 14:18:41 EDT 2011


On 27-4-2011 19:56, Raymond Hettinger wrote:
> 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

Awesome. More reasons to browse the docs online instead of using the ones that get
installed locally with your Python distribution :)

Irmen



More information about the Python-list mailing list