Hi Guest     My Account - Upload Pic - Favorites - Wish Lists - Friends - Messages - Login - Create Account

Related Tags
Amazon Trail 3Rd Edition
Book 3Rd Edition
Design 3Rd Edition
Economics 3Rd Edition
Engineers 3Rd Edition
Guidebook 3Rd Edition
Learning Instruction 3Rd
Learning Python
Learning Python 3rd
Learning Python Help
Learning Resources Python
Magic 3Rd Edition
Management 3Rd Edition
One 3Rd Edition
Program 3Rd Edition
Python 3rd
Python 3Rd Edition
Python Second Edition
Tomtom One 3Rd Edition
Trail 3Rd Edition

Latest Reviews:

Rating:
I have to confess I'm not a 'camera' person-- I'm probably like most of you reading this-- just looking for a good camera that takes good pictures. We've had this camera for about a month, and honestly I'm not impressed so far. I had a Nikon before this one that was 4 years old and I accidently brok

Rating:
I got this pick and it has really been everything I wanted it to be. I like the heavy picks because you can use them on the guitar for a nice clear almost ringy tone and you can take it and use it on the bass too. Also, the Fender 351, well it's a classic shape and it's pretty easy to hold.

Rating:
this thing rocks, ive used it for a year, and although not quite as good as a tradional smoker, its still really good. no complaints. weve cooked just about everything, and nothing was ever bad, only great tasting moist foods.
bought mine at home depot, 129.00

View All

Home / Books
Learning Python, 3rd Edition

O'Reilly Media, Learning Python, 3rd Edition


by O'Reilly Media,
Rating: 
Read User ReviewsRead Reviews (124)
Review this ProductWrite Comments/Review
Price Drop AlertPrice Drop Alert
Add To Wish ListAdd to my Wish List
Tag this ProductTag This Product
Compare Prices from 1 Stores:
    Sort by:  
SellerNamePriceCoupons / PromotionsMore Information

Amazon Market Place

Amazon Market Place
$20.97Go To Store

Amazon.com

Amazon.com
$26.39Go To Store


Product Detail Information:
ASIN:0596513984
Sales Rank: 4526
Catalog:Book
Binding:Paperback
Product Group:Book
Product Type:Abis Book
Manufacturer:O'Reilly Media,
EAN: 9780596513986
Publication Date: 2008-07-16
Number Of Items: 1



Current User Reviews:Back to top
More Review Pages:    << Prev  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22   Next >>  
13 of 23 people found the following review helpful:

Major disappointment
3/30/2004
Having programmed before (in dBase, COBOL, etc.) I expected to be able to follow a book that's intended for less-experienced programmers. Boy, was I mistaken.

This would probably be a fine book for someone who is migrating from C++, but I found many of their explanations needlessly cryptic. They use, in all of the examples, phrases from Monty Python - understandable, but totally useless for someone who wishes to relate functions to real-life application.

In short - if you've already mastered C, this book may help. If you have minimal or no programming experience, this book will show you how to perform functions, but will not explain what you'd want to use these functions for in application programming.

Was this review helpful? Review is helpful Review is not helpful

Very clear text and organized structure
3/24/2004
I am a Windows .Net programmer who wanted to try some Linux programming (but console and GUI), and after a few frustated tries with C++, I finally found Python. Python is a _beautiful_ language, probably the most elegant I've ever seen since my days at university.

This book is very well-written, although the pace might be a bit slow (if you prefer a "faster" but more superficial book, try the Python Quick Visual Startguide). The author is extremely clear and the text very well-organized.

This book covers both the basics and the advanced stuff, so it might be all you need for a good while. Once you get familiar with the language basics, you might be able to learn the rest (such as GUI and web programming) through online tutorials.

Was this review helpful? Review is helpful Review is not helpful
7 of 9 people found the following review helpful:

A great place to start
2/15/2004
This is an excellent place to start learning Python. The authors are very knowlegable and have obviously read and understood big chunks of the Python source code. Still, with all of that knowledge, they move at a good pace for learning (not too quickly or too slowly). I recommend this book as a great starting place for learning Python.

To pick nits, the authors (or perhaps the editors) need to learn the difference between affect (the verb) and effect (the noun). They use effect throughout, even when it is being used as a verb.

Also, I was somewhat disappointed with Tkinter, but this probably wasn't the fault of the authors. It's a big subject, and this book is more about teaching core concepts. With regard to big add-on libraries, such as Tkinter, this book is more about whetting your appetite. Knowing that such add-ons are there is half the battle, and the book accomplishes that, in addition to great coverage of core concepts.

I think my disappointment related to Tkinter had more to do with Python than the book. Python (the language) seems terrific for thin-client, browser-based development (CGIs), but not quite ready for prime time GUIs.

Was this review helpful? Review is helpful Review is not helpful
10 of 12 people found the following review helpful:

Probably the best Python textbook
1/28/2004
After a brief encounter with the on-line documentation from Python community, I decided to learn this powerful language with the help of Python library from O'Reilly. I started with a "Python in a Nutshell" which is a good reference guide for experienced (Python) programmers, however it's too heavy for the Python newbie like me. Since, I'm not a professional, full-time programmer, I knew that I needed something more comprehensible, so I waited for the second edition of the "Learning Python" to be published. At the end, the wait paid off.
This book is excellent study guide for any kind of programmers, from absolute beginners to veterans in other languages. The book clearly shows that the both authors are experienced teachers. Topics are presented in a clear fashion with plenty of code samples and useful exercises at the end of each part. This book should be read as a textbook in front of the terminal, trying out all examples as they're explained.
Now, I'm comfortably looking forward to read some more specific and advanced Python books. Highly recommended!
Was this review helpful? Review is helpful Review is not helpful
95 of 98 people found the following review helpful:

Good even for experienced...
1/26/2004
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!)

Was this review helpful? Review is helpful Review is not helpful
More Review Pages:    << Prev  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22   Next >>  

Share your Comments or Review about this Product: Back to top
Title/Summary:
Your Comments or Review about this product:
Your Rating?



By submitting this form you acknowledge that you, not Plaza101, is responsible for the contents of your submission. All user submitted content becomes the sole property of Plaza101.com. Plaza101.com reserves the right to use, edit or delete user submitted content at its discretion.



Similar Products:

  1. Python Cookbook
  2. Programming Python
  3. Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))
  4. Python Pocket Reference (Pocket Reference (O'Reilly))
  5. Learning Perl, Second Edition


Featured Products


Latest Blog Postings

 


Browse all Merchants


   

Note: Displayed Prices are subject to change without notice.
Please check the merchant website for final price before making a purchase.

 
   

Compare Prices and read Reviews for O'Reilly Media, Learning Python, 3rd Edition at Plaza101.com and find the best price. Plaza101 helps you save money every time you shop online for O'Reilly Media, Learning Python, 3rd Edition. Try this free shopping search service to compare products and stores to find the best online prices.

 
 
Price Comparison - Press Release - Contact - Disclaimer - Privacy - Sitemap - Valuable Links - Plaza101 Blog - 2
© 2002-2008 Plaza101.com