Skip to content

Commit 9592dc8

Browse files
committed
modify readme.md
1 parent 618d7df commit 9592dc8

File tree

1 file changed

+43
-25
lines changed

1 file changed

+43
-25
lines changed

doudou/README.md

Lines changed: 43 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,52 @@
22

33
Python技术 公众号文章代码库
44

5-
### 2020 代码列表
5+
关注公众号:python 技术,回复「python」一起学习交流。
6+
7+
![](http://favorites.ren/assets/images/python.jpg)
68

7-
+ [douban-movie-top250](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-02-20-douban-movie-top250):实战|数据分析篇之豆瓣电影 TOP250
8-
+ [duo-la-a-meng](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-03-27-duo-la-a-meng):用 Python 画哆啦 A 梦
9-
+ [fund-fixed-investment](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-03-27-found):指数基金定投到底能不能赚钱?Python 来告诉你答案
10-
+ [pyecharts](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-03-27-pyechars):Python 图表利器 pyecharts
11-
+ [greedy-snake](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-04-04-greedy-snake):贪吃蛇
12-
+ [epidemic-big-screen](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-04-20-epidemic-big-screen):疫情数据大屏
13-
+ [520](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-05-17-520):Python 教你花式表白小姐姐
14-
+ [character-drawing](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-05-17-character-drawing):字符画
15-
+ [maze](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-06-12-maze):迷宫
16-
+ [python-skills](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-06-19-skills):Python 骚操作
17-
+ [lagou](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-07-13-lagou):拉钩招聘数据分析
18-
+ [national-day](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-10-13-national-day):国庆旅游热图
19-
+ [Appium](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-10-20-appium):Appium 神器
20-
+ [163 music](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-11-02-163-music):下载网易云乐库
21-
+ [Chinese People's Volunteer Army](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-11-10-resisting-us-aid-korea):中国人民志愿军
9+
## 实例代码
2210

2311
### 2021 代码列表
24-
+ [GitHub-Top10](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-01-02-GitHub-Python-Top10):2020 GitHub Python 库 TOP10
25-
+ [fake-data](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-01-10-fake-data):假数据
26-
+ [mitmproxy](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-02-08-mitmproxy):中间人攻击
27-
+ [poetry](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-03-09-programmer-romance):程序员的浪漫
28-
+ [pyautogui](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-06-30-pyautogui):自动制作视频
29-
---
3012

31-
从小白到工程师的学习之路。
13+
[2020 年 GitHub 上十大最火 Python 项目,看完之后我裂开了](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-01-02-GitHub-Python-Top10)
3214

33-
关注公众号:python 技术,回复「python」一起学习交流。
15+
[都 2021 年了,居然还有人在手写测试数据?](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-01-10-fake-data)
16+
17+
[实战|用 Python 实现中间人攻击](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-02-08-mitmproxy)
18+
19+
[谁说程序员不懂浪漫,当代码遇到文学...](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-03-09-programmer-romance)
20+
21+
[解放双手,提高生产力,看我如何用 Python 实现自动化剪视频](https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-06-30-pyautogui)
22+
23+
### 2020 代码列表
24+
25+
[实战|数据分析篇之豆瓣电影 TOP250](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-02-20-douban-movie-top250)
26+
27+
[用 Python 画哆啦 A 梦](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-03-27-duo-la-a-meng)
28+
29+
[定投指数到底能不能赚钱?Python 来告诉你答案](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-03-27-found)
30+
31+
[Python 图表利器 pyecharts](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-03-27-pyechars)
32+
33+
[不到 150 行代码写一个 Python 版的贪吃蛇](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-04-04-greedy-snake)
34+
35+
[我用 Python 做了一个全球疫情数据大屏](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-04-20-epidemic-big-screen)
36+
37+
[520,Python 教你花式表白小姐姐](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-05-17-520)
38+
39+
[30 行代码带你用 Python 在命令行查看图片](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-05-17-character-drawing)
40+
41+
[我用 Python 制作了一个迷宫游戏](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-06-12-maze)
42+
43+
[10 个让你相见恨晚的 Python 骚操作](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-06-19-skills)
44+
45+
[自学 Python 到什么程度能找到工作,1300+ 条招聘信息告诉你答案](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-07-13-lagou)
46+
47+
[国庆长假已结束,Python 告诉你 6 亿国人都去哪儿浪了](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-10-13-national-day)
48+
49+
[解放双手,提高生产力,这款神器你值得拥有](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-10-20-appium)
50+
51+
[利用 Python 一键下载网易云音乐 10W+ 乐库](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-11-02-163-music)
3452

35-
![](http://favorites.ren/assets/images/python.jpg)
53+
[中国人民志愿军抗美援朝出国作战70周年,我用 Python 为英雄们送上祝福](https://github.com/JustDoPython/python-examples/tree/master/doudou/2020-11-10-resisting-us-aid-korea)

0 commit comments

Comments
 (0)