ThinkPython第二版中文版.PDF,目錄 简介 1.1 第一章 编程之路 1.2 第二章 变量 ,表达式 ,语句 1.3 第三章 函数 1.4 第四章 案例学习 :交互设计 1.5 第五章 条件循环 1.6 第六章 有返回值的函数 1.7 第七章 迭代 1.8 第八章 字符串 1.9 第九章 案例学习 :单词游戏 1.10
ThinkPython第二版中文版.PDF,目錄 简介 1.1 第一章 编程之路 1.2 第二章 变量 ,表达式 ,语句 1.3 第三章 函数 1.4 第四章 案例学习 :交互设计 1.5 第五章 条件循环 1.6 第六章 有返回值的函数 1.7 第七章 迭代 1.8 第八章 字符串 1.9 第九章 案例学习 :单词游戏 1.10
《Think Python》是很多计算机初学者的不二入门教材,受到广泛好评。该书原作者是美国 Olin 工程学院的教授 Allen B. Downey,目前该书的原版和中文版本都已免费开源。 Allen 称,《Think Python》是面向 Python …
Chapter 1. The Way of the Program The goal of this book is to teach you to think like a computer scientist. This way of thinking combines some of the … - Selection from Think Python [Book]
think-python PDF 下载失效链接处理 think-python PDF 下载 本站整理下载: 链接:https://pan.baidu.com/s/1laBjua_BKBtyijaCQTg0ew 提取码:8zes 相关截图: 主要内容: 第一章 编程之路 本书的目的是教你学会像计算机科学家一样来思考。这种思考方式汇聚了数学、工程和自然 科学的精华。计算机科学家像数学...
Chapter 4. Case Study: Interface Design Code examples from this chapter are available from http://thinkpython.com/code/polygon.py. TurtleWorld To accompany this book, I have written a package called Swampy. You can … - Selection from Think Python [Book
Think Python is a Free Book. It is available under the Attribution-NonCommercial-ShareAlike 4.0 International, which means that you are free to copy, distribute, and modify it, as long as you attribute the original work, make your modified version available under a compatible license, and don...
编译好的 PDF 版本在这里下载:PDF。 LaTeX 代码在 GitHub 这里可以下载:this GitHub repository. 过往历史 第一版在这里,是由剑桥大学出版社出版的,标题是 Python for Software Design. 可以到亚马逊去买到。 本书的原始版本由 Green Tea Press 出版,标题为 How to Think Like a Computer Scientist: Learning wit...
First and most importantly, I thank Jeff Elkner,who translated my Java book into Python,which got this project started and introduced me to what has turned out to be my favorite language. I also thank Chris Meyers,who contributed several sections to How to Think Like a Computer Scientist. ...
ThinkPython LaTeX source, code examples, and exercise solutions for Think Python, 2nd edition, by Allen Downey. You can download this book in PDF fromGreen Tea Pressor buy it in paper and other formats fromO'Reilly Media. To build the book from source you will need a LaTeX installion. I...