The book is very simple:
52 exercises in
all
26 cover just input/output, variables, and
functions
26 cover logic (boolean algebra,
if-statements, while-loops,
etc.)
全书共52个练习
前26个关于输入/输出,变量和函数
后26个关于逻辑(布尔代数,if语句,while循环等)
总结或理解:
1.这是一本python入门书籍。
2.虽然作者号称学习这本书不需要一点点编程经验,但我觉得有一点还是好的,比如我的那点点c语言知识还是帮助我更快更好的理解了其中的一些知识点。
3.需要勤学与坚持。我是每天看5个exercise。
4.最后8个exercise看得有点毛糙,有些还没有完全理解。
5.本书可以在
http://learnpythonthehardway.org/book/
上免费学习。
比较深刻的两句话:
1.
The hard Way is easier.
2. Being different is not a
crime, and people who tell you it is are just jealous that you‘ve picked up a
skill they never in their wildest dreams could acquire.
Learn Python The Hard Way,布布扣,bubuko.com
原文:http://www.cnblogs.com/wangfangkui/p/3629132.html