Differences between revisions 2 and 3
Revision 2 as of 2003-05-27 18:22:02
Size: 888
Editor: uhgatt12
Comment:
Revision 3 as of 2004-08-26 19:08:23
Size: 1358
Editor: h69-21-249-160
Comment: Add "Python Cookbook"
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
ISBN: none yet ISBN: none yet[[BR]]
Line 23: Line 23:

----

'''Python Cookbook'''
 Edited by Alex Martelli and David Ascher

ISBN: 0-596-00167-3[[BR]]
O'Reilly
(July 2002)

This book is a handy collection of snippets and examples on a wide variety of topics. It ranges from built-in data structures and text processing to GUI and Web programming. It is useful as a "how do I do that?" reference and also as a way to learn Python idioms and tricks.

[http://www.oreilly.com/catalog/pythoncook Home page]

Thinking in Python

  • Bruce Eckel

ISBN: none yetBR Mindview, Inc. (December 2001)

Bruce Eckel's python version of his "Thinking In..." series, and is freely downloadable (see below). He's got some cool python stuff not generally covered elsewhere, including the use of design patterns.

This is not an introductory Python book. This book assumes you've learned the basics of Python elsewhere. The current version of the book is 0.1.2. This is still a preliminary release, and Bruce needs feedback. The html has a built-in comments system.

[http://www.mindview.net/Books/TIPython Home page]


Dive Into Python

  • Mark Pilgrim

Dive Into Python is a free Python book for experienced programmers. You can read the book online, or download it in a variety of formats. It is also available in multiple languages.

[http://diveintopython.org Home page]


Python Cookbook

  • Edited by Alex Martelli and David Ascher

ISBN: 0-596-00167-3BR O'Reilly (July 2002)

This book is a handy collection of snippets and examples on a wide variety of topics. It ranges from built-in data structures and text processing to GUI and Web programming. It is useful as a "how do I do that?" reference and also as a way to learn Python idioms and tricks.

[http://www.oreilly.com/catalog/pythoncook Home page]

AdvancedBooks (last edited 2023-07-15 05:07:48 by AbhishekSingh)

Unable to edit the page? See the FrontPage for instructions.