or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
11 used & new from £9.31

Have one to sell? Sell yours here
 
   
Python Essential Reference
 
See larger image
 

Python Essential Reference (Paperback)

by David Beazley (Author)
5.0 out of 5 stars  See all reviews (6 customer reviews)
RRP: £27.50
Price: £23.38 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.12 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually dispatched within 6 to 11 days.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

5 new from £23.38 6 used from £9.31

Frequently Bought Together

Python Essential Reference + Python in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly)) + Core PYTHON Programming
Price For All Three: £59.71

Some of these items ship sooner than the others. Show details


Customers Who Bought This Item Also Bought

Core PYTHON Programming

Core PYTHON Programming

by Wesley Chun
4.4 out of 5 stars (10)  £15.99
Python in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

Python in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

by Alex Martelli
4.8 out of 5 stars (6)  £20.34
Python Cookbook

Python Cookbook

by Alex Martelli
4.2 out of 5 stars (6)  £23.61
The Definitive Guide To Django: Web Development Done Right 2nd Edition (Expert's Voice in Web Development)

The Definitive Guide To Django: Web Development Done Right 2nd Edition (Expert's Voice in Web Development)

by A; Kaplan-Moss, J Holovaty
4.8 out of 5 stars (4)  £21.43
Mastering Regular Expressions

Mastering Regular Expressions

by Jeffrey Friedl
4.8 out of 5 stars (30)  £22.43
Explore similar items

Product details

  • Paperback: 416 pages
  • Publisher: Sams; 2 edition (28 Jun 2001)
  • Language English
  • ISBN-10: 0735710910
  • ISBN-13: 978-0735710917
  • Product Dimensions: 22.7 x 15.2 x 2.2 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 582,374 in Books (See Bestsellers in Books)

    Popular in this category:

    #70 in  Books > Computing & Internet > Programming > Languages > Python
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Essential Reference opens new browser window
www.auravita.com  -  Buy Essential Reference here Fast, secure, reliable 
   Buy Snakes Online opens new browser window
www.888reptiles.co.uk  -  Huge variety of Corn Snakes, Boas and Pythons delivered to your door. 
  
 

Product Description

Amazon.co.uk Review

For anyone who programs in Python, David M. Beazley's Python Essential Reference, 2nd Edition will serve as a capable and exceptionally competent guide to current Python syntax and library modules. Concise, yet authoritative, this book sets a high standard as a one-volume reference to this powerful object-oriented programming language.

Although the author claims that this title is not really a tutorial, the first 100 pages actually provide an excellent guide to the basics of Python as a language. Geared especially to the experienced programmer seeking to see what's different (and potentially better) about Python, sections on the language itself will let you ramp up on the basic and advanced topics. Short sections with code excerpts that show off essential language features will help you learn or enhance your knowledge of Python quickly. Standout sections here include excellent coverage of object-oriented features, like "special methods" that will let you add custom classes to Python that are just as flexible as built-in classes.

The heart of this book is the 250-page reference section. The author concentrates on all current Python modules (eschewing deprecated or obsolete APIs). Starting with basic modules for Python services and operating system functions, and including handling strings and math functions, the author explains and illustrates each module with short sample code, along with a full listing of APIs. Sections on Python's impressive support for virtually all networking protocols (including sockets, HTTP, FTP, and e-mail) are a standout and will arguably justify the cost of this title for many Python developers. Later modules look at undocumented functions, plus there's an in-depth guide to integrating Python and C code. (This material can even help you build custom Python modules.)

With a remarkably clear presentation style, this well-organised reference offers a compact and worthy guide to today's Python that's sure to meet the needs of many working programmers. --Richard Dragan



Product Description

Python Essential Reference, Second Edition, is the definitive guide to the Python programming language. Designed for programmers, it covers the core language, more than 100 modules in the standard library, and the techniques used to extend Python with compiled procedures in C or C++. Coverage expands upon and clarifies existing Python documentation - especially for advanced topics, including operating system interfaces, threads, network programming, and Unicode.

Concise, to the point, and extensively indexed, readers will find this volume packed with information not previously available in any other single reference source. Updated for Python 2.1, it is a must-have for any serious programmer wanting to develop advanced Python applications.

As a comprehensive reference to the Python programming language, this book will help you:

  • Learn about the features in Python 2.0 and 2.1
  • Master the details of Python types, operators, and the execution model
  • Discover the details of Unicode and internationalization support
  • Learn the details of operating system interfaces, threads, and network-programming modules
  • Build C/C++ extensions to Python
  • Make effective use of the Python library
  • Find the information you need to start developing advanced Python applications

  • Suggested Tags from Similar Products

     (What's this?)
    Be the first one to add a relevant tag (keyword that's strongly related to this product)
     
    python
    programming

    Your tags: Add your first tag
     

    What Do Customers Ultimately Buy After Viewing This Item?


     

    Customer Reviews

    6 Reviews
    5 star:
     (6)
    4 star:    (0)
    3 star:    (0)
    2 star:    (0)
    1 star:    (0)
     
     
     
     
     
    Average Customer Review
    5.0 out of 5 stars (6 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

     
    9 of 9 people found the following review helpful:
    5.0 out of 5 stars Excellent reference text, 30 Sep 2002
    Coming to Python from a background in Perl programming I found
    this book to be very useful indeed - old habits die hard, and having written Perl code for the past 8 years it took a bit of a mental gear change to adapt to Python.

    Although it's not intended to be a tutorial book, there is a tutorial section at the beginning which will get the experienced programmer up to speed with the `Python way' of doing things in fairly short order.

    The rest of the book is exactly what it says it is - a reference guide, which covers all of the standard Python modules at a reasonable level of detail, including identifying differences between Win32 and Unix systems. People writing cross-platform Python programs will find the latter extremely useful.

    In summary: a good text for existing Python programmers or those with a programming background who are new to Python. Not so good for beginners, but useful once you've got the basics down.

    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    6 of 6 people found the following review helpful:
    5.0 out of 5 stars Best Python book I've used, 2 Jul 2002
    I have lots of books on Python being a full time python programmer and I find the one I use the most is this one. It is very clearly written succinct and easy to understand. It is also covers a lot of python extensions and I found the section on wrapping c extensions very useful.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    10 of 11 people found the following review helpful:
    5.0 out of 5 stars An outstanding reference book, 31 Aug 2001
    By A Customer
    This is the Python 2.1 revision of the book that already has a great acclaim in its older version. The book is brief and to the point with small and very well selected examples, often illustrating techniques, tricks and idioms in a way that is impossible to do in running text. For the computer language savy, there is no need for another Python textbook. For beginners, it is a bit too brief as a reader, but very useful as a reference. It has a very good index.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


    Share your thoughts with other customers: Create your own review
     
     
     
    Most Recent Customer Reviews

    5.0 out of 5 stars The python reference
    If you, like me disike on-line reference material. This book is invaluable. A well laid out, well indexed reference on python modules. Very well thumbed now.
    Published on 19 Feb 2004 by Mr. N. Mcintosh

    5.0 out of 5 stars An indespensible reference.
    This book is as it says, an essential reference. I could not manage without it. If you are serious about programming in Python - buy it.
    Published on 9 Dec 2000 by Stephen Evans

    5.0 out of 5 stars An essential resource for the Python programmer
    This book covers all of the features of the language in a remarkably succinct form, and provides a comprehensive overview of the most important Python library modules. Read more
    Published on 25 Jul 2000

    Only search this product's reviews



    Customer Discussions

    This product's forum
    Discussion Replies Latest Post
    No discussions yet

    Ask questions, Share opinions, Gain insight
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
     

       


    Listmania!


    Look for similar items by category


    Look for similar items by subject


    Feedback

    Ad

    Your Recent History

     (What's this?)

    After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.