Skip to content

Commit 2c69a86

Browse files
committed
update readme.
1 parent 3d70a85 commit 2c69a86

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# python-tutorial
22

3-
[![PyPI version](https://badge.fury.io/py/python-tutorial.svg)](https://badge.fury.io/py/python-tutorial)
43
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
54
[![GitHub contributors](https://img.shields.io/github/contributors/shibing624/python-tutorial.svg)](https://github.com/shibing624/python-tutorial/graphs/contributors)
65
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
@@ -30,7 +29,7 @@ python教程,包括:python基础、numpy、scipy、python进阶、matplotlib
3029

3130
| **目录** | **主题** | 简要说明 |
3231
| --------------------- | -------------------------------------------- | ---------------------------- |
33-
| 01_base | Python基础 | 提供了数据类型、字符串、list、条件判断、循环的使用例子。 |
32+
| [01_base](01_base) | Python基础 | 提供了数据类型、字符串、list、条件判断、循环的使用例子。 |
3433
| 02_advanced | Python高级特性 | 提供了切片、迭代、生成器、迭代器的使用例子。 |
3534
| 03_oop | 面向对象编程 | 提供了多重继承、定制类、枚举类、设计模式的使用例子。 |
3635
| 04_thread | 多线程 | 提供了多线程、多进程的例子。 |
@@ -82,6 +81,9 @@ xgboost 提取特征之间的关系,再用lr文本分类
8281
# Get Started
8382

8483

84+
![notebook](./docs/imgs/readme_img.png)
85+
<img src="docs/imgs/readme_img.png" width="500" />
86+
8587

8688

8789
# Contact

docs/imgs/readme_img.png

259 KB
Loading

0 commit comments

Comments
 (0)