Skip to content

Commit 8869dc2

Browse files
author
guozhen3
committed
badge
1 parent 5d10e3e commit 8869dc2

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

README.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<div align="center">
2+
<img src="https://img.shields.io/badge/%E6%8E%92%E5%90%8D-98-brightgreen">
3+
<img src="https://img.shields.io/badge/Python-%E5%B0%8F%E4%BE%8B%E5%AD%90-brightgreen">
4+
<img src="https://img.shields.io/badge/Python-%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90-blue">
5+
<img src="https://img.shields.io/badge/Python-%E7%AE%97%E6%B3%95-orange">
6+
<img src="https://img.shields.io/badge/%E5%85%AC%E4%BC%97%E5%8F%B7-Python%E5%B0%8F%E4%BE%8B%E5%AD%90-green">
7+
</div>
8+
<br>
9+
10+
| &nbsp;Python基础&nbsp; | Python进阶 | &nbsp;Python绘图&nbsp;|Python坑点| 算法刷题|机器学习| 数据分析|Web开发|
11+
| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: |
12+
| [:pencil2:](./Python基础/Python基础.md) | [:computer:](./Python进阶/Python进阶.md) | [:cloud:](./Python绘图/Python绘图.md) | [:art:](./Python坑点/Python坑点.md) | [:floppy_disk:](./算法刷题/算法刷题.md) |[:coffee:](./机器学习/机器学习入门前.md)| [:bulb:](./数据分析/数据分析.md) |[:wrench:](./Web开发/Web开发.md)|
13+
14+
<br>
15+
116
## 📚 介绍
217

318
告别枯燥,告别枯燥,致力于打造 Python 经典小例子、小案例。 当前库已有 **300** 多个实用的小例子、小案例 。
@@ -7,7 +22,6 @@
722
欢迎贡献小例子,修改已有 bug,参考 [贡献方法](./contributing.md)
823

924

10-
1125
## ✅ License
1226

1327
允许按照要求转载,但禁止用于任何商用目的!
@@ -16,6 +30,20 @@
1630

1731
Python小例子 https://github.com/jackzhenguo/python-small-examples
1832

33+
## 第一版已完成
34+
35+
目前已完成第一版,目录:
36+
37+
- [Python基础](./Python基础/Python基础.md)
38+
- [Python进阶](./Python进阶/Python进阶.md)
39+
- [Python绘图](./Python绘图/Python绘图.md)
40+
- [Python坑点](./Python坑点/Python坑点.md)
41+
- [算法刷题](./算法刷题/算法刷题.md)
42+
- [机器学习](./机器学习/机器学习入门前.md)
43+
- [数据分析](./数据分析/数据分析.md)
44+
- [Web开发](./Web开发/Web开发.md)
45+
46+
1947
## 🔨 第二版迭代中
2048

2149
现在正在按照如下施工计划,迭代此库,欢迎持续关注。
@@ -117,19 +145,6 @@ Python小例子 https://github.com/jackzhenguo/python-small-examples
117145
https://github.com/jackzhenguo/python-small-examples
118146

119147

120-
目前已完成部分,目录:
121-
122-
1. [Python基础](./Python基础/Python基础.md)
123-
2. [Python进阶](./Python进阶/Python进阶.md)
124-
3. [Python绘图](./Python绘图/Python绘图.md)
125-
4. [Python坑点](./Python坑点/Python坑点.md)
126-
5. [算法刷题](./算法刷题/算法刷题.md)
127-
6. [机器学习](./机器学习/机器学习入门前.md)
128-
7. [数据分析](./数据分析/数据分析.md)
129-
8. [Web开发](./Web开发/Web开发.md)
130-
131-
132-
133148
扫码关注此库的官方公众号: **Python小例子**
134149

135150
回复 **mypy** 下载完整案例的 PDF.

0 commit comments

Comments
 (0)