NOTE: Before purchasing, check with your instructor to ensure you select the correct ISBN. Several versions of Pearson's MyLab & Mastering products exist for each title, and registrations are not transferable. To register for and use Pearson's MyLab & Mastering products, you may also need a Course ID, which your instructor will provide. Used books, rentals, and purchases made outside of Pearson If purchasing or renting from companies other than Pearson, the access codes for Pearson's MyLab & Mastering products may not be included, may be incorrect, or may be previously redeemed. Check with the seller before completing your purchase. "For courses in Python Programming" "This package includes MyProgrammingLab " Introduces Python programming with an emphasis on problem-solving Now in its Third Edition, "Practice of Computing Using Python" continues to effectively introduce readers to computational thinking using Python, with a strong emphasis on problem solving through computer science. The authors have chosen Python for its simplicity, powerful built-in data structures, advanced control constructs, and practicality. The text is built from the ground up for Python programming, rather than having been translated from Java or C++. Focusing on data manipulation and analysis as a theme, the text allows readers to work on real problems using Internet-sourced or self-generated data sets that represent their own work and interests. The authors also emphasize program development and provide readers of all backgrounds with a practical foundation in programming that suit their needs. Among other changes, the Third Edition incorporates a switch to the Anaconda distribution, the SPYDER IDE, and a focus on debugging and GUIs. 0134520513 / 9780134520513" " "The" " Practice of Computing Using Python plus MyProgrammingLab with Pearson eText -- Access Card Package, 3/e " Package consists of: 0134381327 / 9780134381329 " MyProgrammingLab with Pearson eText -- Access Card Package " 0134379764 / 9780134379760 " The Practice of Computing Using Python, 3/e " "
I used this book to teach our first semester programming course (university level), which has just changed from Java to Python. I thought the examples were very well designed, and appreciated the short subsections that made it easy for students to find relevant information and for me to assign exactly the reading each lecture needed. There are good chapters on algorithms, testing, and overall design, which helped me emphasize the proper approach to programming, which has not generally been as well supported by other textbooks.
I also like the chapter ordering in this textbook as you can teach an entire introductory course without classes. I am excited about the new edition, which allows the function chapter to be taught earlier in the semester. The dependence of the function chapter on later chapters instead of early chapters is my main complaint about this textbook, as it forces functions to the last half of the semester.
One of the main benefits of this book over other textbooks is that it shows examples in steps. Instead of showing the final product, it guides the reader through the process of developing that final product. Students are therefore able to get a better grasp of the process of solving a programming problem.
I was not a big fan of the book questions, but I rarely use book questions so it was not a problem. We used this textbook with MyProgrammingLab. I am fan of the concept of MyProgrammingLab, but it is a pain to use as it is poorly implemented and some of the questions were clearly imported from a Java book as they had no purpose in Python (mostly in relation to how Python 3 deals with variable types). Despite those issues, I still use MyProgrammingLab every semester as it gives students a way to practice programming with immediate feedback, and it decreases my grading time.
I recommend this book both for CS1 instructors to assign their students, as well as someone who wants to learn how to program on their own. I looked at dozens of Python textbooks before choosing this one for our course, and I thought it had the right level of detail for a beginner, good examples, and good ordering of information. I continue to feel that way about the book after using it for 1 semester.
Neat explanation about data structures and the computing. the examples for the the classes, try except suites and recursion were clearly explained with good amount of examples.