Practical Programming: An Introduction to Computer Science Using Python 3.6
Authors: Paul Gries – Jennifer Campbell – Jason Montojo
ISBN-10: 1680502689
ISBN-13: 9781680502688
Edition 版次: 3
Publication Date 出版日期: 2017-12-16
Print Length 页数: 412 pages
Book Description
By finelybook
Classroom-tested by tens of thousands of students,this new edition of the bestselling intro to programming book is for anyone who wants to understand computer science. Learn about design,algorithms,testing,and debugging. Discover the fundamentals of programming with Python 3.6–a language that’s used in millions of devices. Write programs to solve real-world problems,and come away with everything you need to produce quality code. This edition has been updated to use the new language features in Python 3.6.
Acknowledgnents
Preface
1. What’s Programming?
2. Hello,Python
3. Designing and Using Functions
4. Working with Text
5. Making Choices
6.A Modular Approach to Program Organization
7. Using Methods
8. Storing Collections of Data Using Lists
9. Repeating Code Using Loops
10. Reading and Writing Files
11. Storing Data Using Other Collection Types
12. Desi gning Algorithms
13. Searching and Sorting
14. Object-Oriented Proramming
15. Testing and Debugging
16. Creating Graphical User Interfaces
17. Databases
Bibliography