This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.
For courses in Python ProgrammingIntroduces 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. Also available with MyProgrammingLab(TM) MyProgrammingLab is an online learning system designed to engage students and improve results. MyProgrammingLab consists of a set of programming exercises correlated to specific Pearson CS1/Intro to Programming textbooks. Through practice exercises and immediate, personalized feedback, MyProgrammingLab improves the programming competence of beginning students who often struggle with the basic concepts of programming languages. You are purchasing a standalone product; MyLab(TM) & Mastering(TM) does not come packaged with this content. Students, if interested in purchasing this title with MyLab & Mastering, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information. If you would like to purchase boththe physical text and MyLab & Mastering, search 0134520513 / 9780134520513ThePractice of Computing Using Python plus MyProgrammingLab with Pearson eText -- Access Card Package, 3/e Package consists 0134381327 / 9780134381329 MyProgrammingLab with Pearson eText -- Access Card Package 0134379764 / 9780134379760 ThePractice 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.