
本网站不提供下载链接,喜欢看书的朋友请关注公众号:【lennylee的碎碎念】(lennyleede),首页回复:授人以渔,自动获取搜索资源的方法。
内容简介:
If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This second edition and its supporting code have been updated for Python 3.
Through exercises in each chapter, youâ??ll try out programming concepts as you learn them. Think Python is ideal for students at the high school or college level, as well as self-learners, home-schooled students, and professionals who need to learn programming basics. Beginners just getting their feet wet will learn how to start with Python in a browser.
作者简介:
Preface
1. The Way of the Program
2. Variables, Expressions and Statements
3. Functions
4. Case Study: Interface Design
5. Conditionals and Recursion
6. Fruitful Functions
7. Iteration
8. Strings
10. Lists
11. Dictionaries
12. Tuples
13. Case Study: Data Structure Selection
14. Files
15. Classes and Objects
16. Classes and Functions
17. Classes and Methods
18. Inheritance
19. The Goodies
20. Debugging
21. Analysis of Algorithms
Index
· · · · · · (收起)
原文摘录: