Jump to ratings and reviews
Rate this book

Practical Programming: An Introduction to Computer Science Using Python 3

Rate this book
This book is for anyone who wants to understand computer programming. You'll learn to program in a language that' s used in millions of smartphones, tablets, and PCs. You'll code along with the book, writing programs to solve real-world problems as you learn the fundamentals of programming using Python 3. You'll learn about design, algorithms, testing, and debugging, and come away with all the tools you need to produce quality code. In this second edition, we've updated almost all the material, incorporating the lessons we've learned over the past five years of teaching Python to people new to programming. You don't need any programming experience to get started. First, you'll get a detailed introduction to Python and to programming. You'll find out exactly what happens when your programs are executed. Through real-world examples, you'll learn how to work with numbers, text, big data sets, and files. Then you'll see how to create and use your own data types. The incremental examples show you the steps and missteps that happen while developing programs, so you know what to expect when you tackle a problem on your own. Inspired by "How to Design Programs" (HtDP), you'll learn a six-step recipe for designing functions, which helps you as you start to learn the concepts--and becomes an integral part of writing programs by the end. As you learn to use the fundamental programming tools in the first half of the book, you'll see how to document and organize your code so that you and other programmers can more easily read and understand it. Beyond the basics, you'll learn how to ensure that your programs are reliable, and how to work with databases, download data from the web automatically, and build user interfaces. Most importantly, you'll learn how to think like a professional programmer. You'll need to download Python 3, available from "python.org". With that download comes IDLE, the editor we use for writing and running Python programs. (If you use Linux, you may need to installPython 3 and IDLE separately.)

388 pages, Paperback

First published October 7, 2013

39 people are currently reading
150 people want to read

About the author

Paul Gries

13 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
14 (23%)
4 stars
32 (54%)
3 stars
10 (16%)
2 stars
2 (3%)
1 star
1 (1%)
Displaying 1 - 12 of 12 reviews
Profile Image for Chris Seltzer.
618 reviews3 followers
June 12, 2023
This is about what you'd expect from a beginners textbook.

The topics are covered well, and I appreciate their early explanations of memory in particular. I also think that they did well on topic selection and pacing throughout the book. I found the text easy to follow and well written.

They introduce iteration later than I'd prefer, after functions and objects. I also would have preferred some more depth on the topics of numbers and their underlying representation in memory but I suppose that could be hard in Python.

I also think the book could have been enhanced by additional graphics. The copy of the book I had was also in black and white and this, like all programming texts, would have benefited significantly from a color printing. Your milage may vary depending on where you get the book from.
Profile Image for John.
444 reviews4 followers
November 10, 2017
I see this as something for a programmer familiar with another language who wants to learn basic Python. For a true novice, it is not straightforward without an instructor's guidance. Also, the programming examples do not pop out of the text in a way that makes it easy to identify.
2 reviews
Currently reading
January 15, 2020
Basic textbook for Coursera's Learning to Program: the fundamentals by University of Toronto
This entire review has been hidden because of spoilers.
Profile Image for Raymond Lewis.
176 reviews
December 29, 2016
Used with a Coursea MOOC, fundaments of programming, great book for beginners. Covers a good amount of information at a good pace without getting overwhelming.
Profile Image for Ravi Sinha.
314 reviews11 followers
February 4, 2014
The title should be Foundations of Practical Programming. Tends to be very basic, but very well written. The memory model used in Python is explained very well. The book picks up toward the end with discussions about timing measurements and efficiency. Some mildly thought provoking exercises. Also very comprehensive - talks about algorithm design, sorting, searching, OO, GUI development, testing, as well as databases toward the end, with concrete examples using basic libraries. Very lucidly written and easy to follow. 4 stars because well, it's still very basic. Would heartily recommend to any beginner. Not too heavy on Python 3.
Profile Image for Anton Antonov.
350 reviews48 followers
November 25, 2015
The title is a bit misleading - it's more appropriate to call it Foundations of Python Programming or Intro to Python Programming.

The book is the recommended read for the Coursera course by University of Torronto - Learn to Program: The Fundamentals.

However you can also solo read it and solve the exercises. It's nothing too troublesome and beginners will be able to understand the material well enough to jump into more serious books to enhance their knowledge.
Profile Image for Bonnie.
272 reviews1 follower
November 2, 2015
As a novice to the world of programming, I found the book interesting and relatively easy-to-follow, although I did have to get clarification on a couple of things from a programmer.

The book introduces basic concepts and building blocks in coding, so while it is Python-specific ostensibly, the same principles can be applied across programming languages for the most part.

7 reviews14 followers
February 13, 2020
Amazing, great intro!
Book from the authors of Toronto's University "Learn to Program: The Fundamentals"
https://www.coursera.org/learn/learn-...

They give you a few snippets of the book as you follow the course. But I bought the book too, great reference material. It can be used stand-alone, but I recommend to take the course because of the assignments.
Profile Image for Wulan.
61 reviews37 followers
September 16, 2016
I like this book. It introduce me about python and make me fall in love with python. I think this is the great starter for you who wants to learn python for the first time.
The authors explain so easy to understanding. I really recommend it.
Profile Image for Nicole.
165 reviews26 followers
November 30, 2016
5 stars no doubt for helping me through this awful class (the teacher was horrible). The book was well written and informative, easy to understand and very useful.
Yet, I still despise computer programming so I can only award 3 stars at most!
Displaying 1 - 12 of 12 reviews

Can't find what you're looking for?

Get help and learn more about the design.