Buy Used
Used - Good See details
$17.93 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Sell Back Your Copy
For a $2.20 Gift Card
Trade in
Have one to sell? Sell yours here
How to Think Like a Computer Scientist: Learning with Python
 
See larger image and other views
 
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.

How to Think Like a Computer Scientist: Learning with Python [Paperback]

Allen B. Downey (Author), Jeffrey Elkner (Author), Chris Meyers (Author)
4.3 out of 5 stars  See all reviews (11 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback --  

Book Description

0971677506 978-0971677500 January 4, 2002
"How to Think Like a Computer Scientist: Learning with Python" is an introduction to computer science using the Python programming language. It covers the basics of computer programming, including variables and values, functions, conditionals and control flow, program development and debugging. Later chapters cover basic algorithms and data structures.

Customers Who Bought This Item Also Bought


Editorial Reviews

Review

...There's ... emphasis on teaching computer science not just as a technical trade but as a mental discipline. -- Benjamin Crowell, in "The Assayer", book reviews and discussion for the free-information renaissance

The concepts covered here apply to all programming languages and to problem solving in general. -- Guido van Rossum, creator of Python

This book is not just a programming textbook--it is a contribution to the freedom of knowledge. -- Richard M. Stallman, founder of the Free Software Foundation

About the Author

Allen Downey is a professor of computer science at Wellesley College in Massachusetts.

Jeffrey Elkner is a high school math and computer science teacher at Yorktown High School in Arlington, Virginia.

Chris Meyers is a professional programmer who teaches a beginning Python class at Lane Community College in Eugene, Oregon.


Product Details

  • Paperback: 288 pages
  • Publisher: Green Tea Press (January 4, 2002)
  • Language: English
  • ISBN-10: 0971677506
  • ISBN-13: 978-0971677500
  • Product Dimensions: 9.2 x 6.7 x 0.6 inches
  • Shipping Weight: 1 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (11 customer reviews)
  • Amazon Best Sellers Rank: #1,124,337 in Books (See Top 100 in Books)

More About the Author

Allen Downey is a Professor of Computer Science at Olin College and a former Visiting Scientist at Google, Inc.

He is the author of Think Stats, Think Python, the How to Think Like a Computer Scientist series (in Java, C++, OCaml, and more), The Little Book of Semaphores, and other computer science books, all available free at greenteapress.com.

Allen is an avid runner, gardener and cook. He ran the Boston Marathon for the first time in 2011, finishing in 3:45.

Allen lives in Needham, MA with his wife, two daughters, and two cats.

 

Customer Reviews

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

25 of 25 people found the following review helpful:
4.0 out of 5 stars A great text for learning Python, December 20, 2003
By 
This review is from: How to Think Like a Computer Scientist: Learning with Python (Paperback)
I don't actually own a hard copy of this book, but I read it in its entirety online, and I must say, it was all I needed to learn Python. I began programming 8 years ago in AppleSoft BASIC, and I've now been using C++ for 5 years. Prior to seeing this book, I'd looked into Python a few times, but never really got engaged enough to learn it. A few days ago, when I found a copy of the book on iBiblio, I read through it in two days flat, and now I have a really good feel for the language. The authors cover all the vital topics in a concise, consistent, and reader-friendly manner. I must say that I'm not a programming neophyte, so I don't have an objective feel for whether or not this book can teach you from scratch how to think like a computer scientist, but it certainly helped me once and for all to learn Python, and I'd recommend it to anyone without hesitation.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 12 people found the following review helpful:
5.0 out of 5 stars Excellent, September 6, 2005
By 
This review is from: How to Think Like a Computer Scientist: Learning with Python (Paperback)
I just got the online copy of this (available free under the GNU documentation license). I had some classes in the past, programming classes, all pertained to java and i did not learn much of anything about it. It was just "type this and blarg (As someone in a previous review said" This book is amazing, it has an elegant and significant way of blending words to the point where its fun to learn programming. Stick with the book and you'll not only learn the basics of Python, but you'll learn all the logic and other implementations of computer programming as you go along! Very good read and i plan on purchasing a hardbound copy just as a keepsake becuase i enjoy this book so much.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
4.0 out of 5 stars Good, but not Best, June 5, 2007
By 
Elderbear (Loma Linda, Aztlan) - See all my reviews
(VINE VOICE)   
Amazon Verified Purchase(What's this?)
This review is from: How to Think Like a Computer Scientist: Learning with Python (Paperback)
AUDIENCE: Beginning programmers. A reasonably good first text. Teaches and touches on numerous computer science ideas. Great for a high school or college level intro to programming class.

FLAWS: Not up-to-date with language features, computer science constructs seem to be somewhat randomly presented (perhaps this is the "muddle") another reviewer complains about, OOP is introduced far to late (in my humble opinion).

ULTIMATELY: Glad I bought it, would buy 2nd edition, have used it as a textbook for university classes.

This is a good guide to programming for the non-programmer. It develops basic procedural and structured software development ideas. It introduces OOP - object oriented programming - with some interesting examples. It concludes with four chapters on data structures.

This is not a systematic survey of the Python language, a book of slick examples for sophisticated programming (Programming Python, Dive Into Python, Text Processing in Python and Python Cookbook are excellent examples of wonderful Python riffs that exemplify state of the art application of Python to real-world problems. All of these assume some programming sophistication, however). This is a nuts and bolts, hand-holding exploration of some basic ideas of computer science using Python. It does this quite well.

Shortcomings include being somewhat dated. It does not cover some of the newer features in Python, such as list comprehensions or new-style classes. An additional shortcoming is that it reads too much like a traditional computer science text, and relies too much on procedural programming.

I suppose it's time for me to quit griping. I've taught many people to program using this book. It taught me the basics of Python so that I could appreciate Mark Pilgrim's Dive Into Python, which really gave me a feel for the power of the language (granted, I had been developing software professionally for over 15 years at that point).

It is not a reference manual. A second edition needs to be written. I believe that OOP should be introduced much earlier, and can then become a much more natural approach to programming.

If you want a reference manual for Python, or something more advanced than a beginner's text, or something describing up-to-date language features, then keep on searching. Or, download a copy of this and try it out. See if it serves your needs. A link to the free download can be found at the Python ORGanization site.

But unlike the free download, you can set this on your desk next to your keyboard. After the first several chapters in the soft version, I ordered the hardcopy. I have not regretted that decision.
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









Only search this product's reviews




Tags Customers Associate with This Product

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

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 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
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject

Search Books by subject:



i.e., each book must be in subject 1 AND subject 2 AND ...