Customer Reviews


10 Reviews
5 star:
 (9)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews
Most Helpful First | Newest First

16 of 16 people found the following review helpful:
5.0 out of 5 stars Beautiful and deep introduction to programming for the very first beginner, August 4, 2010
By 
ws__ (Hamburg, Germany) - See all my reviews
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)

Zelle's "Python Programming" takes you smoothly and slowly through the art of programming and you also learn a little computer science. He uses a modern object oriented script language (Python) for this purpose: a surprisingly good choice for a first language. Python is clear and powerful and does not require you to learn bad habits too early.

If you are more advanced and just wanted to learn Python you will probably find the pace of Zelle way too slow. If you are the brilliant type you might want to read Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science). For all others I can fully recommend this Zelle's "Python Programming".


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


14 of 14 people found the following review helpful:
5.0 out of 5 stars Great Beginner's Book, February 24, 2011
Amazon Verified Purchase(What's this?)
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
I was new to Python and fairly new to programming when I read this book. This book is extremely clear and well-written. It introduces a novice to the foundational concepts of computer science. There are many great examples and activities that the reader can jump into almost immediately. I had already written my first Python program after 10 minutes of reading.

I highly recommend this book for beginners.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 9 people found the following review helpful:
5.0 out of 5 stars Superb introduction to Computer Science, August 19, 2011
Amazon Verified Purchase(What's this?)
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
I'm rather new to CS, am a major in it as well. I dabble in various languages, which range from: Python to PHP to MooTools. This book teaches you theoretical computer science concepts as well as the art of programming via Python 3. It doesn't have a ton of pages and it executes its goal very well, which is to introduce students to the field of computer science and to focus on problem solving instead of complicated syntax and compiler issues. The programs are very mathematically based and it's a bit tedious (I find most technical subjects are), but the examples are fascinating if you love the idea of what can be computed. You'll broaden your mind and be ready to dive into actual programming after doing the exercises in this book.

The key point I want to drive home, is that this book is designed to teach the theory and concepts of Computer Science as it relates to programming and computing. It's not a book that teaches you Python step by step, but you'll certainly be capable of programming in Python after a thorough reading. You really need to sit down and read over the book a couple of times. I do this for my math texts as well, understanding and reasoning the material is fundamental to obtaining the knowledge in it.

Because it's teaching broad theory that applies to all modern programming languages, I find it rich but it takes far more time to understand than say just a tutorial on language. However, this book is what should be your foundation for when you eventually will begin embarking on various programming languages and development tools.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Excellent for beginners, October 9, 2011
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
I purchased this book a couple months ago and have been thoroughly impressed.

I have never learned a programming language before, but I am fairly knowledgeable about technology in general. I decided to take the plunge, and figured the best place to start would be learning the basics of computer science.

This book is fantastic for a number of reasons. The first reason is the choice of language. When I first developed an interest in programming, one of the things I struggled with was what language to learn. As someone who has a full time job and no easy access to developers, I wanted to make sure it was something that I could realistically learn on my own. Python is the perfect choice and I would recommend it to any beginner. The syntax is very simple, its high level and object oriented, and its very popular right now.

This book is also incredibly readable. Many other resources that I've looked at that are aimed at beginners overlook some basic concepts that need to be explained. The author's often have too much expertise, and something that seems obvious and self evident to them may not be as obvious to a complete beginner. This book doesn't make that mistake. Each concept is explained simply, but omitting no detail, and the syntax is explained thoroughly (which doesn't take much with Python).

After a few weeks of working with this book, I was writing simple programs to transform data arrays and produce CSV output files for my job. The fact that you can very quickly deploy what you've learned in a useful way really gets you excited and interested in learning more.

Anyone interested in learning Python, or programming in general, should start with this book. Its just excellent.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Intro to computer science with Python, April 13, 2011
Amazon Verified Purchase(What's this?)
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
This is very good book.My major is computer science and I started learning Python with this book.I would recommend this book to every one who wants to learn Python.This is an introduction book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars GREAT! Beginner Textbook, October 13, 2011
Amazon Verified Purchase(What's this?)
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
This book was required for an Intro to Python class that I'm taking.

While I already know how to program in other languages, this book is very simple and succinct, and starts people off slow. Though this can be partially attributed to the simple and straightforward syntax used by Python, the book itself is wonderful.

This is a relief compared to other textbooks I have used that drop you into an overhead view that makes little to no sense to those who aren't already familiar with programming.

While the "IDLE" compiler used by this book is rather devoid of features, it is lightweight and easy to use, which is always a plus. Students will likely switch to a more feature-rich compiler as they progress with Python.

Finally, the book was cheap, which is always a plus for a college student.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars a nimcompoop can learn Python from book, August 30, 2011
Amazon Verified Purchase(What's this?)
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
I'm an economics major and have had no previous coding experience. I picked it up because I wanted to code for hobby. And many websites I consulted on programming recommended starting off with Python due to its simplicity and beauty.

This book is hands down one of the best books I've ever read. It is not only a great Python book, but a great computer science book as other people have said. And it's also a great book in general due to the author's clarity in explaining many important concepts central to Python and the Science of Computation.

Highly recommended. It hasn't turned me into a great programmer -- that's entirely up to how much time I devote to practicing. But it has engendered in me a love for programming and I wish I'd majored in Computer Science years ago when I was a freshman. Either way, the important thing to me is that I now have fun coding simple programs with Python, thanks to this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
4.0 out of 5 stars Did it's job, March 7, 2011
Amazon Verified Purchase(What's this?)
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
This book was required for my beginner's computer programming course. It got me through the course with its helpful examples and clear descriptions. Only con is that the company didn't give my professor a solutions manual, so the practice problems were essentially useless.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Perfect accompaniment for self-guided learning, August 25, 2011
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
With completeness and clarity, Zelle's Python Programming provides both self-guided and classroom-based newbies with a thorough, functional understanding of computer science. With each chapter written succinctly and building upon the prior, the reader progresses rapidly and logically through the material. Fully annotated exercises in each chapter allow the reader to program as (s)he reads.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 15 people found the following review helpful:
5.0 out of 5 stars python programming, September 28, 2010
Amazon Verified Purchase(What's this?)
This review is from: Python Programming: An Introduction to Computer Science 2nd Edition (Paperback)
When I ordered the book I expected it to come a little worse then what was advertised because the price was so low. However, I was pleasantly suprized when I recieved the book and it was still in it's original srink-wrapped package.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Python Programming: An Introduction to Computer Science 2nd Edition
$45.00 $35.20
In Stock
Add to cart Add to wishlist