
Python
文章平均质量分 88
东腔
一个还算有趣的人
展开
-
Think Python: Chapter 12 Tuples
目录这是麻省理工大学(MIT)官方编程教程中Python Tutorial的内容,参考书为《Think Python: How to Think Like a Computer Scientist》。个人觉得是挺好的入门教程,笔记没有全部翻译,但是翻译了一些不常见的单词和关键语句,毕竟作者水品有限,写的不好之处,多多见谅。所有笔记的目录详见:MIT:Python Tutorial目录这是MIT官方编原创 2015-04-22 22:57:36 · 739 阅读 · 0 评论 -
Python Tutorial :Loops and List Comprehensions 其他
Python Tutorial :Loops and List Comprehensions6.01 Python Notes, Section 4: Lists (PDF)A list is written using square brackets(就是[]), with entries separated by commas. You can get elements out by speci原创 2015-04-23 00:00:34 · 520 阅读 · 0 评论 -
MIT:Python Tutorial 和《Think Python》的目录
MIT:Python Tutorial目录这是麻省理工大学(MIT)官方编程教程中Python Tutorial的内容,教材为《Think Python: How to Think Like a Computer Scientist》。这是我的学习笔记,因为水品有限,请大家多多包涵。如果有一起学习的同学可以一起交流。如笔记中错误,请一定要告诉我啊,我肯定及时改正。所有笔记的目录详见:MIT:Pyth原创 2015-04-22 22:38:29 · 1245 阅读 · 0 评论 -
Think Python: Chapter 11 Dictionaries
目录这是麻省理工大学(MIT)官方编程教程中Python Tutorial的内容,参考书为《Think Python: How to Think Like a Computer Scientist》。个人觉得是挺好的入门教程,笔记没有全部翻译,但是翻译了一些不常见的单词和关键语句,毕竟作者水品有限,写的不好之处,多多见谅。所有笔记的目录详见:MIT:Python Tutorial目录这是MIT官方编原创 2015-04-22 22:53:40 · 794 阅读 · 0 评论 -
Think Python: Chapter 10 Lists
目录这是麻省理工大学(MIT)官方编程教程中Python Tutorial的内容,参考书为《Think Python: How to Think Like a Computer Scientist》。个人觉得是挺好的入门教程,笔记没有全部翻译,但是翻译了一些不常见的单词和关键语句,毕竟作者水品有限,写的不好之处,多多见谅。所有笔记的目录详见:MIT:Python Tutorial目录这是MIT官方编原创 2015-04-22 22:52:13 · 627 阅读 · 0 评论 -
Think Python, Chapter 8: Strings 笔记
这是MIT官方编程教程中Python Tutorial中Loops and List Comprehensions的内容。本篇博客为《 Think Python: How to Think Like a Computer Scientist》(Think Python, Chapter 8: Strings)原创 2015-04-22 22:34:54 · 797 阅读 · 0 评论 -
Think Python:Chapter 6: Fruitful Functions 的笔记
这是MIT官方编程教程中Python Tutorial中Functions and Scope的内容。本篇博客为《 Think Python: How to Think Like a Computer Scientist》的第6章 Fruitful Functions的笔记内容。(Think Python:Chapter 6: Fruitful Functions)和课外作业的部分编程原创 2015-04-21 18:34:30 · 1604 阅读 · 0 评论 -
Think Python :Chapter 5: Conditionals and Recursion 笔记
这是MIT官方编程教程中Python Tutorial中Using if, else, and while的内容。本篇博客为《 Think Python: How to Think Like a Computer Scientist》的第5章 Conditionals and Recursion的笔记内容。(Think Python :Chapter 5: Conditionals and Recursion)原创 2015-04-22 22:26:46 · 1046 阅读 · 0 评论 -
Think Python:Chapter 3: Functions 的笔记
这是MIT官方编程教程中Python Tutorial中Functions and Scope的内容。本篇博客为《 Think Python: How to Think Like a Computer Scientist》的第3章 Functions 的笔记内容。(Think Python:Chapter 3: Functions)原创 2015-04-21 18:25:51 · 1415 阅读 · 0 评论 -
Think Python:Chapter 2:Variables(变量), expressions(表达式) and statements(陈述) 的笔记
这是MIT官方编程教程中Python Tutorial中Types, Values, Expressions; Variables and Binding的内容。本篇博客为《 Think Python: How to Think Like a Computer Scientist》的第2章 Variables(变量), expressions(表达式) and statements(陈述) 的笔记原创 2015-04-21 18:20:13 · 716 阅读 · 0 评论 -
Think Python: Chapter 7 Iteration(迭代) 笔记
这是MIT官方编程教程中Python Tutorial中Using if, else, and while的内容。本篇博客为《 Think Python: How to Think Like a Computer Scientist》的第7章 Fruitful Iteration的笔记内容。(Think Python:Chapter 7 Iteration(迭代))和本阶段QUESTION原创 2015-04-22 22:31:18 · 1182 阅读 · 0 评论 -
Think Python:Chapter 1:The way of the program 笔记
这是MIT官方编程教程中Python Tutorial中的内容。本篇博客为《 Think Python: How to Think Like a Computer Scientist》的第1章 The way of the program的笔记内容。(《Think Python》 Chapter 1:The way of the program)原创 2015-04-21 18:15:26 · 1051 阅读 · 0 评论 -
Journey from a Python noob to a Kaggler on Python (从Python数据分析菜鸟到专家)
Journey from a Python noob to a Kaggler on Python导言:本文写的实在太全面了,先忍不住收藏下来,过两天发表中文版翻译。原链接:Journey from a Python noob to a Kaggler on PythonSo, you want to become a data scientist转载 2015-04-25 23:00:02 · 984 阅读 · 0 评论