From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: Have you read the Python docs lately? References: <42cc141b-e8c7-4552-b812-2c2535b55bf4@z27g2000prz.googlegroups.com> Date: Wed, 27 Apr 2011 23:28:48 -0700 Message-ID: <7xvcxyx527.fsf@ruckus.brouhaha.com> Organization: Nightsong/Fort GNOX User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:ylu4DfIHnSAxWFMwXJKTPWtyyvM= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 9 NNTP-Posting-Date: 28 Apr 2011 01:28:48 CDT X-Complaints-To: abuse@octanews.net Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!feed.ac-versailles.fr!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!news.glorb.com!news-out.octanews.net!indigo.octanews.net!auth.brown.octanews.com.POSTED!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4208 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 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 ;-).