File tree Expand file tree Collapse file tree 3 files changed +46
-87
lines changed
Expand file tree Collapse file tree 3 files changed +46
-87
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## python 初级学习大纲
2+
3+ 最后更新日期:2016.11.27
4+
5+ #### Lesson 1
6+ 1. python 简介
7+ 2. 基本变量概念
8+ 3. print() 和 input() 用法
9+ 4. python 开发环境介绍
10+ * python idle 用法
11+ * anaconda 介绍
12+ * jupyter 和 notebook介绍
13+ * pycharm 用法介绍
14+
15+ #### Lesson 2
16+ 1. 循环语句 for 和 range() 用法
17+ 2. 常用数据类型
18+ * list 用法
19+ * dict 用法
20+ * tuple 用法
21+ 3. 随机数介绍
22+
23+ #### Lesson 3
24+ 1. list 的切片用法
25+ 2. 函数用法
26+ 3. 日期库 datetime 用法介绍,datetime、time 等库的介绍,获得日期,字符串和日期转换,日期格式介绍,日期加减计算
27+ 4. 程序思路训练
28+
29+ #### Lesson 4
30+ 1. 集合库 collections 简介
31+ * namedtuple: 生成可以使用名字来访问元素内容的tuple子类
32+ * deque: 双端队列,可以快速的从另外一侧追加和推出对象
33+ * defaultdict: 带有默认值的字典
34+ * OrderedDict: 有序字典
35+ * Counter: 计数器
36+ 2. 函数不同参数形式介绍和举例
37+
38+ #### Lesson 5
39+ 1 . 文件和目录操作之一:文件和目录操作
40+ 2 . 文件和目录操作之二:读写文本文件
41+ 3 . 搜索硬盘上指定路径指定类型的文件
42+
43+ #### Lesson 6
44+ 1. 错误处理介绍
45+ 2. pep8 规定以及 python 编程基本规范
46+ 3. 程序思路训练
You can’t perform that action at this time.
0 commit comments