""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But if you would like to make a contribution to this project, you can do it by buying a hardcopy or paying to download the electronic version here. Thank you!
some basic concept of UI design: widget, callback, canvas thus I have a bette...
Chapter 8:Strings are immutable. The reason for the error is that strings are...
Chapter 4:exercise:
And fruitful functionsCode like that is called scaffolding...
Exercise:The interface of a function is a summary of how it is used: what are...
Syntax error refers to the structure of a program and the rules about that st...
这不是一本《XYZ语言程序设计教程》,而是我见过最好的计算机专业入门教材,也许这与Python本身就是从教学而来的有关吧。 全书20章,并没有讨论什么高深的课题,也没有...
这本书是mit6.001 SICP课程的替代者——mit 6.00 introduction to computer science课程的指定阅读物之一。 “到底要讲python呢,还是cs呢?”读这本书的时候,这个问...
这本书包括的内容并不多,但对于一些初学者容易产生疑惑的地方解释的很清楚,非常适合短时间内入门。 不过由于我读的是英文版,花的时间并不在少数。我大概花了一个月时...