Have you read the Python docs lately?

Raymond Hettinger python at rcn.com
Thu Apr 28 12:49:21 EDT 2011


On Apr 27, 11:28 pm, Paul Rubin <no.em... at nospam.invalid> wrote:
> Raymond Hettinger <pyt... at rcn.com> 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 confusing to me (too Java-like), and I've
> dreaded the day when I might have to figure out how to use it instead of
> my own ad-hoc logging.  I can sleep better now ;-).

Vinay put also put together a logging cookbook:

   http://docs.python.org/howto/logging-cookbook.html


Raymond



More information about the Python-list mailing list