[Edu-sig] new book out

Jason Cunliffe Jason Cunliffe" <jasonic@nomadics.org
Sun, 25 Aug 2002 06:55:29 -0400


http://www.oreilly.com/catalog/pythoncook/chapter/index.html

A new Python book out, edited by the legendary Alex Martelli and David Ascher.
Judging by the sample chapter on O'Reilly it's a real honey...

Written loosely in a 'patterns' approach -> problem/solution, it appears to
address experienced real-world ~ real-python needs. Valuable tips for applying
2.2 features/advantages. Readable and eminently lucid, as you would expect. It's
beautifully oriented towards answering "How do I do xyz? in Python?", thus
filling a valuable hole in the bookshelf.

Random Examples:

1.7 Collecting a Bunch of Named Items
Credit:Alex Martelli
Problem
You want to collect a bunch of items together,naming each item of the bunch,and
you find dictionary syntax a bit heavyweight for the purpose.


1.8 Finding the Intersection
of Two Dictionaries
Credit:Andy McKay,Chris Perkins,Sami Hangaslammi
Problem
Given two dictionaries,you need to find the set of keys that are in both
dictionaries.

1.8 Finding the Intersection
of Two Dictionaries
Credit:Andy McKay,Chris Perkins,Sami Hangaslammi
Problem
Given two dictionaries,you need to find the set of keys that are in both
dictionaries.


1.8 Finding the Intersection
of Two Dictionaries
Credit:Andy McKay,Chris Perkins,Sami Hangaslammi
Problem
Given two dictionaries,you need to find the set of keys that are in both
dictionaries.

http://www.oreilly.com/catalog/pythoncook/chapter/index.html

bravo+thanks
./Jason