Skip to content

Commit 67a7076

Browse files
authored
2017.5.26 update outline
1 parent e797583 commit 67a7076

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

python_basic/python_basic_outline.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## python 初级学习大纲
22

3-
最后更新日期:2016.12.10
3+
最后更新日期:2017.5.26
44

55
#### Lesson 1
6-
* python 简介
6+
* Python 简介
77
* 准备工作
88
* 基本变量概念
99
* print() 和 input() 用法
10-
* python 开发环境介绍
11-
* python idle 用法
12-
* anaconda 介绍
13-
* jupyter 和 notebook介绍
14-
* pycharm 用法介绍
10+
* Python 开发环境介绍
11+
* Python IDLE 用法
12+
* Anaconda 介绍
13+
* Jupyter 和 notebook介绍
14+
* Pycharm 用法介绍
1515

1616
#### Lesson 2
1717
* 循环语句 for 和 range() 用法
@@ -43,4 +43,5 @@
4343
* OrderedDict: 有序字典
4444
* Counter: 计数器
4545
* 错误处理介绍
46-
* pep8 规定以及 python 编程基本规范
46+
* PEP 8 规定以及 python 编程基本规范
47+
* 单元测试基础

0 commit comments

Comments
 (0)