书籍 Think Python的封面

Think Python

Allen B. Downey

出版时间

2012-08-23

ISBN

9781449330729

评分

★★★★★
书籍介绍

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

Allen Downey is an Associate Professor of Computer Science at the Olin College of Engineering. He has taught computer science at Wellesley College, Colby College and U.C. Berkeley. He has a Ph.D. in Computer Science from U.C. Berkeley and Master’s and Bachelor’s degrees from MIT.

目录
Preface v
1 The way of the program 1
1.1 The Python programming language . . . . . . . . . . . . . . . . . . . . . . 1
1.2 What is a program? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 What is debugging? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

显示全部
用户评论
很喜欢作者顺序渐进的讲述风格,会很适合初学者
适合没有接受过正规编程训练又想学习python的人
非常好的解释基本数据结构的书,github上有全部的代码
把简单问题复杂化不值称道,把复杂问题简单化方显水平。可以读出作者的认真与诚意。
A nice quick read. The book covers some grounds that I have never covered through googling and learning, and its style makes it easy to read through. Recommended for beginners like me.
适合快速入门,很快能翻完,然后就可以看CS61A的composing programs了。
讲述方式很适合我,用来入门最佳
前几章都认真的读了,后面几章跳读或者略读了,感觉入门还不错,起码大概的function用法知道了,下面就靠刷题实践了。
Python的官推书之一
会给别人一种编程很容易的错觉