or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
45 used & new from $1.79

Have one to sell? Sell yours here
 
   
Learning Python, Second Edition
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Learning Python, Second Edition (Paperback)

~ (Author), (Author)
Key Phrases: module search path, import spam, def header, Vaults of Parnassus, Operation Interpretation, Microsoft Word (more...)
3.9 out of 5 stars  See all reviews (146 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Thursday, February 11? Choose One-Day Shipping at checkout. Details
14 new from $6.00 31 used from $1.79

Formats

Amazon Price New from Used from
Paperback $26.39  
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.
There is a newer edition of this item:
Learning Python, 3rd Edition Learning Python, 3rd Edition 3.9 out of 5 stars (146)
$26.39
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Frequently Bought Together

Learning Python, Second Edition + Programming Python + Python Cookbook
Price For All Three: $97.15

Show availability and shipping details

  • This item: Learning Python, Second Edition by David Ascher

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Programming Python by Yaácov Ravid

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Python Cookbook by Anna Martelli Ravenscroft

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Programming Python

Programming Python

by Yaácov Ravid
3.3 out of 5 stars (13)  $37.79
Python Cookbook

Python Cookbook

by Anna Martelli Ravenscroft
4.3 out of 5 stars (42)  $32.97
Python Pocket Reference: Python in Your Pocket (Pocket Reference (O'Reilly))

Python Pocket Reference: Python in Your Pocket (Pocket Reference (O'Reilly))

by Mark Lutz
3.9 out of 5 stars (16)  $10.19
Python Essential Reference (4th Edition)

Python Essential Reference (4th Edition)

by David M. Beazley
4.8 out of 5 stars (8)  $29.69
Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))

Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))

by Alex Martelli
4.5 out of 5 stars (40)  $26.39
Explore similar items

Editorial Reviews

Amazon.com Review

The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.

First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples.

Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There's also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter.

In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language. --This text refers to an out of print or unavailable edition of this title.

Review

As a book for programmers who want to learn Python, it does a very good job. The coverage is informative and well order; making it easy to find what you're looking for. Overall, if you do some work with Python, you will benefit from owning this book. " - Sam Smith, news@UK, March "This book is a good example of Python culture, in the clarity of its text as much as in the quality of its code. Anyhone working their way through it will have a solid foundation upon which to explore Python's potential. Highly recommended." - Ivan Uemilianin, CVu, October 2004

Product Details

  • Paperback: 552 pages
  • Publisher: O'Reilly Media; 2 edition (December 2003)
  • Language: English
  • ISBN-10: 0596002815
  • ISBN-13: 978-0596002817
  • Product Dimensions: 9.1 x 7 x 1.1 inches
  • Shipping Weight: 2.7 pounds (View shipping rates and policies)
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (146 customer reviews)
  • Amazon.com Sales Rank: #346,572 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #66 in  Books > Computers & Internet > Programming > Languages & Tools > Python

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Inside This Book (learn more)




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(30)
(5)

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

146 Reviews
5 star:
 (63)
4 star:
 (42)
3 star:
 (16)
2 star:
 (16)
1 star:
 (9)
 
 
 
 
 
Average Customer Review
3.9 out of 5 stars (146 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
119 of 124 people found the following review helpful:
5.0 out of 5 stars Good even for experienced..., January 26, 2004
By Wayne Folta (Washington, DC) - See all my reviews
(REAL NAME)   
I was a programmer for 15+ years and used Perl for 8 or so of those years, so although I'm a newcomer to Python I'm definitely not a newcomer to programming or to scripting languages. When I ordered this book, I was worried that it might be too basic, but the more advanced O'Reilly Python books have not been updated to Python 2.2/2.3, so I ordered Learning Python anyhow.

And now that I've read it, I can highly recommend it even for experienced programmers. You will have to skim over basics in various chapters, but it's well-written and covers many topics, including 5-10 pages on 2.2's new-style classes, including static and class methods, instance slots, class properties, and __getattribute__.

It refers you to Python's documentation for the details of complex topics, but still gives you an idea of the concepts in play. For example, after a couple of paragraphs on instance slots, it says,

"... Slots are something of a break with Python's dynamic nature, which dictates that any name may be created by assignment. They also have additional constraints and implications that are far too complex for us to discuss here (e.g. some instances with slots may not have an attribute dictionary __dict__); see Python 2.2 release documents for details."

Which I think is a good compromise. They don't fill the book with details, but they don't simply wave their hands and give you no clue as to issues outside the scope of the book.

It is well-written and well-organized. It covers the core language well and gives a good taste for standard packages and many other tools including things like Pyrex and ctype.

(And you won't be disappointed with Python itself. A great language!)

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
109 of 115 people found the following review helpful:
5.0 out of 5 stars Excellent introduction to Python, February 24, 2000
By Alessandro Bottoni (Ferrara Italy) - See all my reviews
Together with "Perl: the programmer's companion", by Nigel Chapman, this is one of the best introductory book I ever read. If you already know "Programming Python", the previous book of Mark Lutz on Python, and are concerned about the possibility that this book was just another messy collection of concepts and tips, relax: this is a completely different object. "learning Python" is a well-designed, well-written and concise book. It gives you all you need to write system administration utilities, Internet-related programs and other small applications. (Should you need a book on TKinter, the standard GUI module of Python, buy "Python and TKinter programming", by John Grayson, Manning publisher).

Consider to buy this book because:

- It is clear and well written. No struggles to understand the basic concepts and having the first programs running.

- It is well-designed and well-structured. You can find the info you need in a snap.

- You get a real understanding of Python, not only a description of its nice features.

- It is concise. In a day or two you will be coding in Python.

- It is a very good guide to keep on your desk. It is the missing part of the online documentation.

- In describes how to perform the most common task with Python. You will not have to reinvent any wheel.

- It describes a few important modules of Python: JPython, TKinter and COM. You can get a feeling of what you can do with Python (but, to go further, you will have to read the online documentation and perform a few experiments by yourself).

Python is a very smart language and deserved a better book than "Programming Python". This is that book.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
75 of 82 people found the following review helpful:
2.0 out of 5 stars Not really useful, January 3, 2006
This book is not very good for actually learning Python. It also lacks a reference section and is excessively wordy.

Learning implies tutorials and a gentle progression from basic to advanced subjects; this book does neither. For example, in chapter 3, "How You Run Programs", it introduces modules and namespaces--fairly advanced concepts to read about before even the first "hello world" program! In chapter 4, as it describes the use of numbers and strings, it is already delving deep into the uses and implications of Python's objects.

With well over 500 pages, there should be plenty of room for a reference section, but there is none. There is no list of built-in classes and their methods.

The overall tone of the book is enthusiastic, touting Python's object-orientedness and other advantages. Unfortunately, it is excessively wordy and difficult to read. Cheerleading can be excused, but it is present on nearly every page and gets old quick.

In a book about programming or a programming language, one might want tutorials, reference, discussion of advanced topics, or code examples. This book provides none of these things. I do not recommend it.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

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

4.0 out of 5 stars Comprehensive and easy to read
The book is a good introduction for new programmers. In addition it has references to other languages like C++ which makes the book exiting for more expierenced fellows. Read more
Published 9 days ago by Franz Wahl

5.0 out of 5 stars Great for learning the CORE language ...


import my_four_recommendations:

from bookshelf import "Learning Python 4th ed. Read more
Published 23 days ago by M. Lee

5.0 out of 5 stars Great Intro to Python
I probably wouldn't recommend this book as your 'First intro to programming...' or anything, but for anyone with moderate exposure to programming or scripting that really wants an... Read more
Published 1 month ago by Lewis

5.0 out of 5 stars Very good
This is an excelent book if you want to learn about the Python language. I recomend!
Published 2 months ago by Evaldo Jr Bento

5.0 out of 5 stars Good book
It's a great book. I did buy a slightly outdated version, which was why it was under $6 (including shipping), but the basics are there. Read more
Published 4 months ago by Matthew Boswell

4.0 out of 5 stars nice starters overview
This book gives a good fundamental introduction to the programming language. It is easy to read and gives clear examples.
Published 5 months ago by M. Gunsing

3.0 out of 5 stars Good reference, not good for learning
If you are not a programmer by trade and are looking to learn python, wait to buy this book. It certainly provides thorough information, but it is really, really dry. Read more
Published 5 months ago by Francisco J. Rodriguez

5.0 out of 5 stars Excellent Book
This book could not have better introduced Python in a clear and easy to understand manner. True, it is not exactly an interesting read, but as you plow through, you learn more... Read more
Published 5 months ago by Richard G. Hutcheson

5.0 out of 5 stars Wonderful Manual
This book is a wonderful introduction and reference manual to Python 2.5+. Starting with no understanding of the language itself, in eight hours of reading (over half the book) I... Read more
Published 7 months ago by T. Davis

4.0 out of 5 stars Good if you read the whole thing.
I'm an experienced C++ programmer, wanting to learn python. The very bottom-up organization of the book makes it hard to be productive without reading the entire book. Read more
Published 7 months ago by Craig Schmidt

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
 


Active discussions in related forums
Discussion Replies Latest Post
Sketchy textbook transaction on Marketplace 18 7 hours ago
textbook scam 129 2 days ago
C# or Java? 66 16 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


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.