Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2002-07-23 15:04:01
Size: 682
Editor: relay
Comment:
Revision 7 as of 2002-10-08 16:39:05
Size: 2641
Editor: c-5ab871d5
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The following books aim to be definitive references, either by
publishing the Python documentation or by writing new reference-style
material, and therefore should be useful throughout your Python
programming career.
Line 2: Line 6:
Python 2.1 Bible
  Dave Brueck and Stephen Tanner
  (c) 2001
  ISBN:0-7645-4807-7
  731 pg
  Website: http://www.pythonapocrypha.com/
  Contains detailed descriptions with examples on a number of advanced topics such as networking, threading, XML, Tkinter, wxPython, image processing, embedding, NumPy, win32all, and others. Has a section for introducing Python, but really this is ideal for more advanced users.
  Recomended by: MichaelChermside, <<add your name if you recomend this book!>>
Most of these books will contain short, highly condensed introductions
to Python, and if you're an experienced programmer these titles may be
all you need. See the list of IntroductoryBooks if you'd prefer a book
with more examples and a slower pace.

----

'''Python Essential Reference'''
 David Beazley

ISBN: ISBN:0735710910,
New Riders,
416 pages (June 2001)

A concise reference for Python 2.1, about as close as you can get to
the K&R for Python. The first hundred pages are a complete but very
compressed introduction to the language; the rest of the book is
reference material on all of the standard library modules.

Some of the reviews below are for the first edition of this book. The
second edition updated it without losing any of the first edition's
virtues.

[http://www.lwn.net/Reviews/PythonEssentialReference.phtml Review by Jonathan Corbet]
[http://www2.linuxjournal.com/lj-issues/issue73/3851.html Review by Phil Hughes]
[http://www.amk.ca/python/books/ess-ref.html Review by AMK]
[http://dannyreviews.com/h/Python_Reference.html Review by Danny Yee]

----

'''Python: Library Reference'''
 Prime Time Freeware, 462 pages

A printed version of the Python 2.1.1 Library Reference. Also
available as a set, together with the Miscellanea (below).

'''Python: Miscellanea'''
 Prime Time Freeware, 365 pages

A printed version of the rest of the Python 2.1.1 documentation. This
contains the tutorial, language reference, extending/embedding guide,
and other documents that come with Python -- everything except the
Library Reference, in short.

[http://ptf.com/dossier/sets/Pyth.shtml Publisher's purchasing page]

----
Line 12: Line 55:
'''Python 2.1 Bible'''
  Dave Brueck and Stephen Tanner
Line 13: Line 58:
Title   (c) 2001 // ISBN:0-7645-4807-7 // 731 pg // Website: http://www.pythonapocrypha.com/

  Contains detailed descriptions ''with examples'' on a number of advanced topics such as networking, threading, XML, Tkinter, wxPython, image processing, embedding, NumPy, win32all, and others. Has a section for introducing Python, but really this is ideal for more advanced users.

  Recomended by: MichaelChermside, Todd Mitchell<<add your name if you recomend this book!>>

----

'''Title'''
Line 15: Line 68:
   Pub date
  ISBN
  length
  website (if any)

Pub date // ISBN // length // website (if any)
Line 20: Line 72:
Line 21: Line 74:

----

The following books aim to be definitive references, either by publishing the Python documentation or by writing new reference-style material, and therefore should be useful throughout your Python programming career.

Most of these books will contain short, highly condensed introductions to Python, and if you're an experienced programmer these titles may be all you need. See the list of IntroductoryBooks if you'd prefer a book with more examples and a slower pace.


Python Essential Reference

  • David Beazley

ISBN: 0735710910, New Riders, 416 pages (June 2001)

A concise reference for Python 2.1, about as close as you can get to the K&R for Python. The first hundred pages are a complete but very compressed introduction to the language; the rest of the book is reference material on all of the standard library modules.

Some of the reviews below are for the first edition of this book. The second edition updated it without losing any of the first edition's virtues.

[http://www.lwn.net/Reviews/PythonEssentialReference.phtml Review by Jonathan Corbet] [http://www2.linuxjournal.com/lj-issues/issue73/3851.html Review by Phil Hughes] [http://www.amk.ca/python/books/ess-ref.html Review by AMK] [http://dannyreviews.com/h/Python_Reference.html Review by Danny Yee]


Python: Library Reference

  • Prime Time Freeware, 462 pages

A printed version of the Python 2.1.1 Library Reference. Also available as a set, together with the Miscellanea (below).

Python: Miscellanea

  • Prime Time Freeware, 365 pages

A printed version of the rest of the Python 2.1.1 documentation. This contains the tutorial, language reference, extending/embedding guide, and other documents that come with Python -- everything except the Library Reference, in short.

[http://ptf.com/dossier/sets/Pyth.shtml Publisher's purchasing page]


Python 2.1 Bible

  • Dave Brueck and Stephen Tanner

    (c) 2001 // 0-7645-4807-7 // 731 pg // Website: http://www.pythonapocrypha.com/

    Contains detailed descriptions with examples on a number of advanced topics such as networking, threading, XML, Tkinter, wxPython, image processing, embedding, NumPy, win32all, and others. Has a section for introducing Python, but really this is ideal for more advanced users.

    Recomended by: MichaelChermside, Todd Mitchell<<add your name if you recomend this book!>>


Title

  • Author(s) / Editor(s) Pub date // ISBN // length // website (if any) Brief description

    Recomended by: <<add your name if you recomend this book!>>


ReferenceBooks (last edited 2023-03-16 09:13:10 by SeanBradley)

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