summaryrefslogtreecommitdiff
path: root/LectureNotesOnPython.rst
AgeCommit message (Collapse)Author
2019-07-30LectureNotesOnPython.rst: 脚本模式的英文补全Hui Lan
2019-07-30LectureNotesOnPython.rst: 添加一节, 两种运行Python的模式Hui Lan
2019-07-30LectureNotesOnPython.rst: 添加列表容易出错的地方。 ↵Hui Lan
用list来做变量名。
2019-07-30LectureNotesOnPython.rst: 添加列表小技巧。 ↵Hui Lan
用set(lst)来得到lst中不同的元素。
2019-07-30LectureNotesOnPython.rst: 添加对 for 的解释。 添加replace ↵Hui Lan
链接使用。 添加 apple 与 'apple'的区别。 添加 字符串相加的简单例子。 添加统计字符串中词频的练习。
2019-07-29LectureNotesOnPython.rst: 加入一个新问题 'apple banana applepie' ↵Hui Lan
中数出 'apple' 的个数, 不要包括 'applepie'
2019-07-29LectureNotesOnPython.rst: 初学者容易犯的错误Hui Lan
2019-07-28LectureNotesOnPython.rst: 中文版 Think Python ↵Hui Lan
2e的另外一个下载地址。
2019-07-28LectureNotesOnPython.rst: 前言部分加入一句话 ↵Hui Lan
像计算机科学家一样思考。
2019-07-28LectureNotesOnPython.rst: Think Python 2e中文版下载地址Hui Lan
2019-07-28LectureNotesOnPython.rst: 程序迭代Hui Lan
2019-07-28LectureNotesOnPython.rst: 移动boris johnson练习的位置Hui Lan
2019-07-28LectureNotesOnPython.rst: 黑盒子Hui Lan
2019-07-28LectureNotesOnPython.rst: 独立出词频统计器任务一节Hui Lan
2019-07-28LectureNotesOnPython.rst: 修改PhotoString软件例子的链接Hui Lan
2019-07-28LectureNotesOnPython.rst: 添加PhotoString软件例子Hui Lan
2019-07-28LectureNotesOnPython.rst: 添加脚本模式Hui Lan
2019-07-28LectureNotesOnPython.rst: 移动几块内容 变量命名 ↵Hui Lan
自然语言与正式语言重新开一节 计算机小知识
2019-07-28LectureNotesOnPython.rst: ↵Hui Lan
更新了前言加入了对计算机教育的一些想法, 加入了三大驱动
2019-07-28LectureNotesOnPython.rst: 新增模块说明书链接Hui Lan
2019-07-27LectureNotesOnPython.rst: 加入词频统计器需求文档链接Hui Lan
2019-07-26LectureNotesOnPython.rst: 添加一节 Python能做什么?Hui Lan
2019-07-26LectureNotesOnPython.rst: 修改defaultdict那节下的一个小错误 ↵Hui Lan
不在应该是不再
2019-07-26LectureNotesOnPython.rst: 移动下面这句话的位置: 编程就是将 ↵Hui Lan
**现实中的问题** 转化成 **计算机可以理解的问题** 的过程。
2019-07-26LectureNotesOnPython.rst: 添加了很长的一节 ↵Hui Lan
把现实的问题转化为计算机可以处理的问题
2019-07-10LectureNotesOnPython.rst: 确定了初学者的名字Hui Lan
2019-06-10LectureNotesOnPython.rst: 注释掉一行 无空洞行文。Hui Lan
2019-06-10LectureNotesOnPython.rst: 修改版本号与最后更新时间。Hui Lan
2019-06-10LectureNotesOnPython.rst: 修改后面几个章节的层级结构。Hui Lan
2019-06-10LectureNotesOnPython.rst: ↵Hui Lan
删除[1,2]]中一个多余的右方括号。赵均文在最后一次实验课上报告的错误。
2019-06-03LectureNotesOnPython: update version informationHui Lan
2019-06-03LectureNotesOnPython.rst: added two sections: 利用第三方库函数 ↵Hui Lan
pillow & 哈希表 (hash table)
2019-05-27在web应用程序这节加入了“在文本框输入文本”这小节Hui Lan
做了一个提交表格信息到后端python程序的例子, risk.py。
2019-05-19LectureNotesOnPython.rst: added Conditional Expression, Generator, any and ↵Hui Lan
all, sets, Counter, defaultdict, keyword arguments.
2019-05-13LectureNotesOnPython.rst: add a __len__ method for Deck.Hui Lan
2019-05-13LectureNotesOnPython.rst: ↵Hui Lan
在inheritance那节加了数据库sqlite添加与搜索的例子
2019-05-12LectureNotesOnPython.rst: ↵Hui Lan
补充inheritance中的内容。加入扑克牌的例子
2019-05-06添加调用类的方法,方法中定义函数,多态,继承Hui Lan
2019-04-29加入类Point, Rectangle, TimeHui Lan
2019-04-28说明递归方式改写selection_sort在L长度很大时会遇到stack不 ↵Hui Lan
的问题
2019-04-22Removed import operator from the function sort_by_nth_element2 as it is not ↵Hui Lan
needed
2019-04-15模块,模块自带的__name__的作用Hui Lan
2019-04-14To make a block of literals, write :: in a separate line.Hui Lan
2019-04-14添加文件一章,主要是实验答案Hui Lan
2019-04-14添加排序一章Hui Lan
2019-04-14???Hui Lan
2019-04-14We can have nested dictionaries, a dictionary as value in another dictionary.Hui Lan
2019-04-14When is a good time to consider defining a new function?Hui Lan
2019-04-14added Preface and included a few questions asked by a novice programmer.Hui Lan
2019-04-01updated lecture notesHui Lan