update overview
joyvan
6 years ago
1 changed file(s) with
13 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+13
-0
_OVERVIEW.md
less
more
1
1
2
2
本课程主要教授 Python 基础知识, Python 进阶知识,机器学习常用的包以及人工智能相关的算法。
3
3
4
Python 基础知识包括:
5
6
- Python 简介
7
- 数据类型
8
- 字符串
9
- 索引和分片
10
- 列表
11
- 字典
12
- 元组
13
- 集合
14
- 判断语句
15
- 循环
16