[Tutor] Is there a Python book which gives sample code / usag e of all the modules which ship with python???

alan.gauld@bt.com alan.gauld@bt.com
Thu, 29 Nov 2001 17:12:28 -0000


> Oreilly, manning etc do not publish python related books in India :-(

I'm sure Amazon will be delighted to quote you for shipping.
Until recently ordering from Amazon was the only way to get 
most Manning books in the UK too. More recently they've 
started to appear in bookshops.

> The only one we have here is "Core Python programming" by Chun.

What about New Riders? 
They do the best reference book for what you asked:

Python Essential Reference by Dave Beasley.

However there are no books that provide code samples 
for ALL of the modules, also many modules contain code samples 
in the standard library documents.

Finally try searching the google newsgroup archives, and
the ActiveState archives of the Python mailing lists, there 
are often examples in there.

Alan g.