Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Good See details
Price: £3.31

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
Python Essential Reference
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Python Essential Reference [Paperback]

David Beazley
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 9 to 11 days.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Formats

Amazon Price New from Used from
Paperback £23.38  
Trade In this Item for up to £0.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Python Essential Reference for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.
There is a newer edition of this item:
Python Essential Reference (Developer's Library) Python Essential Reference (Developer's Library) 4.6 out of 5 stars (9)
£22.09
In stock.

Frequently Bought Together

Customers buy this book with Python Programming for the Absolute Beginner £15.19

Python Essential Reference + Python Programming for the Absolute Beginner
Price For Both: £38.57

One of these items is dispatched sooner than the other. Show details


Customers Who Viewed This Item Also Viewed


Product details

  • Paperback: 416 pages
  • Publisher: Sams; 2 edition (7 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 Bestsellers Rank: 746,353 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

David M. Beazley
Discover books, learn about writers, and more.

Visit Amazon's David M. Beazley Page

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)
     
    (26)
    (2)

    Your tags: Add your first tag
     

    Sell a Digital Version of This Book in the Kindle Store

    If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more


    Customer Reviews

    4 star
    0
    3 star
    0
    2 star
    0
    1 star
    0
    Most Helpful Customer Reviews
    9 of 9 people found the following review helpful
    By Simon Ward VINE™ VOICE
    Format:Paperback
    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 | 
    Was this review helpful to you?
    6 of 6 people found the following review helpful
    Format:Paperback
    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 | 
    Was this review helpful to you?
    10 of 11 people found the following review helpful
    By A Customer
    Format:Paperback
    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 | 
    Was this review helpful to you?

    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
     

    Search Customer Discussions
    Search all Amazon discussions
       


    Listmania!

    Create a Listmania! list

    Look for similar items by category


    Look for similar items by subject


    Feedback


    Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges