Re: Have you read the Python docs lately?

2011-04-28 Thread Vinay Sajip
On Apr 28, 12:40 am, Ben Finney wrote: > This one in particular was sorely needed, especially its early if-then > discussion of whether to use ‘logging’ at all. For that "when to use logging" part, you can thank Nick Coghlan :-) Thanks are also due to all those who commented on early drafts, wh

Re: Have you read the Python docs lately?

2011-04-28 Thread Raymond Hettinger
On Apr 27, 11:28 pm, Paul Rubin wrote: > Raymond Hettinger writes: > > 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: > > Thanks, those are nice.  The logging one looks especi

Re: Have you read the Python docs lately?

2011-04-28 Thread Terry Reedy
On 4/27/2011 7:40 PM, Ben Finney wrote: http://docs.python.org/dev/howto/logging.html This one in particular was sorely needed, especially its early if-then discussion of whether to use ‘logging’ at all. Thanks very much to Vinay Sajip. Yes, he has been working pretty steadily for some months

Re: Have you read the Python docs lately?

2011-04-27 Thread Paul Rubin
Raymond Hettinger writes: > 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: Thanks, those are nice. The logging one looks especially useful. The module always looked very confusi

Re: Have you read the Python docs lately?

2011-04-27 Thread Ben Finney
Raymond Hettinger writes: > 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: Great stuff, and thank you for directing us to some gems. > http://docs.python.org/dev/howto/logging.ht

Re: Have you read the Python docs lately?

2011-04-27 Thread Dan Stromberg
On Wed, Apr 27, 2011 at 10:56 AM, 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-impleme

Re: Have you read the Python docs lately?

2011-04-27 Thread Irmen de Jong
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

Have you read the Python docs lately?

2011-04-27 Thread Raymond Hettinger
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#searchi