We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e797583 commit 67a7076Copy full SHA for 67a7076
1 file changed
python_basic/python_basic_outline.md
@@ -1,17 +1,17 @@
1
## python 初级学习大纲
2
3
-最后更新日期:2016.12.10
+最后更新日期:2017.5.26
4
5
#### Lesson 1
6
-* python 简介
+* Python 简介
7
* 准备工作
8
* 基本变量概念
9
* print() 和 input() 用法
10
-* python 开发环境介绍
11
- * python idle 用法
12
- * anaconda 介绍
13
- * jupyter 和 notebook介绍
14
- * pycharm 用法介绍
+* Python 开发环境介绍
+ * Python IDLE 用法
+ * Anaconda 介绍
+ * Jupyter 和 notebook介绍
+ * Pycharm 用法介绍
15
16
#### Lesson 2
17
* 循环语句 for 和 range() 用法
@@ -43,4 +43,5 @@
43
* OrderedDict: 有序字典
44
* Counter: 计数器
45
* 错误处理介绍
46
-* pep8 规定以及 python 编程基本规范
+* PEP 8 规定以及 python 编程基本规范
47
+* 单元测试基础
0 commit comments