Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb4847f

Browse files
author
zeroingi
committed
Merge branch 'master' of github.com:Largefreedom/python_zeroing-
2 parents 43d4c41 + f446276 commit cb4847f

File tree

1 file changed

+76
-8
lines changed

1 file changed

+76
-8
lines changed

README.md

Lines changed: 76 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,83 @@
11

22
## python_zeroing-
33
-----
4-
#### 主要是自己写的一些爬虫小demo,已更新了
54

6-
* [大众点评评论](https://github.com/Largefreedom/python_zeroing-/tree/master/dianping_comment):dango:;
7-
* [搜狗微信文章](https://github.com/Largefreedom/python_zeroing-/tree/master/weixin_passage_crawl):page_facing_up:
8-
* [猫眼影评:mobile_phone_off:](https://github.com/Largefreedom/python_zeroing-/tree/master/maoyan_crawl);
9-
* [《我和我的祖国数据》影评爬取及数据分析](https://github.com/Largefreedom/python_zeroing-/tree/master/zuguo);
5+
自己用 Python写的一些小案例,为了方便,为每个小案例都写了对应的文章教程,文章中附有对应的的配套教程以及源码下载载链接;
6+
---
7+
### Python爬虫
8+
9+
* [python爬虫—关于大众点评数据的爬取](https://blog.csdn.net/weixin_42512684/article/details/86775357):dango:;
10+
* [python爬虫—关于淘宝商品的爬取!](https://mp.weixin.qq.com/s/C7JnAWwKnblPyFvJL6ZFRA)
11+
* [python爬虫js加密篇—搜狗微信公号文章的爬取](https://blog.csdn.net/weixin_42512684/article/details/100169550):page_facing_up:
12+
* [从《我和我的祖国》、《攀登者》和《中国机长》影评中看到了什么](https://github.com/Largefreedom/python_zeroing-/tree/master/maoyan_crawl);
13+
* [《我和我的祖国数据》影评爬取及数据分析](https://mp.weixin.qq.com/s/Kz5O7zNm_ONx5M3I5aCTbQ);
1014
* [爬虫代理池搭建及维护](https://github.com/Largefreedom/python_zeroing-/tree/master/proxy_pool)
11-
* [京东商品数据爬取](https://github.com/Largefreedom/python_zeroing-/tree/master/JD_Crawer);
12-
* [《鱿鱼游戏》豆瓣评论爬取](https://github.com/Largefreedom/python_zeroing-/tree/master/DoubanComment)
13-
-----
15+
* [Python 爬虫实战 — 爬取京东商品类目数据!](https://mp.weixin.qq.com/s/Nc-DJxcWcNgYa6gXg7PFDQ);
16+
* [火爆全网的《鱿鱼游戏》,用 Python 分析一波影评~](https://mp.weixin.qq.com/s/U2JZZMJmASVahQ2Ro1DP1A)
17+
* [数据分析——有哪些让你不得不服气的神逻辑?(知乎)](https://mp.weixin.qq.com/s/RWVW4biotwElZSAnp6KXEg)
18+
* [从《【何同学】我拍了一张600万人的合影...》弹幕分析中,获取到了什么?](https://mp.weixin.qq.com/s/QgeYx1Zu-GMMLhFcWBiIvA)
19+
20+
#### 可视化
21+
22+
* [Python制作词云视频,通过词云图来看小姐姐跳舞](https://mp.weixin.qq.com/s/Wfglh05SP34EejRSrrRlaw)
23+
* [词云绘制,推荐三种 Python包外加一个在线网站!](https://mp.weixin.qq.com/s/nGKWNZqkqo2eW3Lmdn_Ztw)
24+
* [快速绘制动态排序图 — Pyecharts 高级组件 Timeline 实现!](https://mp.weixin.qq.com/s/O3R8cI_uWtUne4iXPWCb7Q)
25+
* [动态排序图的详细制作教程](https://mp.weixin.qq.com/s/kzAKhpbB3hoqk8DzllTSZw)
26+
27+
#### 自动化办公
28+
* [Python 自动化办公 — Word 文本操作命令](https://mp.weixin.qq.com/s/GxF-lc_ykM8ui-xQqlJebA)
29+
* [Python自动化办公- 从 Excel 创建、数据操作到存储!](https://mp.weixin.qq.com/s/pBOzFXw2qDhn6WD3yF5LeA)
30+
* [PDF 拆分、合并、水印添加、加密解密,这款 Python 库都能做](https://mp.weixin.qq.com/s/0AdM4tlSO4z_-XTpESk1tw)
31+
* [批量提取 Word 中表格内容,并存入 Excel!](https://mp.weixin.qq.com/s/TErZvFXgiEgnAC6igEuBYQ)
32+
* [地理位置和经纬度坐标之间如何转换? Python 教你批量实现](https://mp.weixin.qq.com/s/vMTlBqxsBGvkjibEntnzyw)
33+
* [几种Python 数据读写方式,面向Txt、csv文档及MongoDB、MySQL等数据库](https://mp.weixin.qq.com/s/m_lb-wu48tsNbpdbWTitYg)
34+
35+
#### Github开源
36+
37+
* [关于文本OCR检测、分享一个基于深度学习技术的Python库](https://mp.weixin.qq.com/s/4UkC43EMBNjvwj__fPIY0g)
38+
* [文本OCR,这个Python库识别效果不输于商用!](https://mp.weixin.qq.com/s/czngLHCapJRBZ93cgE1ISg)
39+
40+
41+
#### GUI开发
42+
* [用 pyqt5 来打造属于你自己的图片浏览器!](https://mp.weixin.qq.com/s/99MqLwdcSX6pk_ArvN-zYQ)
43+
* [Pyqt5 + 百度API 制作一个人脸识别、头像自动分割程序](https://mp.weixin.qq.com/s/_dqKoyuOaX1x4VQBcGQkAg)
44+
* [用 Pyqt5 制作一个炫酷水波进度条](https://mp.weixin.qq.com/s/U20-hE10_4wJIKgDNojF1A)
45+
* [Python GUI界面 — 用 PyQt5 制作动态钟表](https://mp.weixin.qq.com/s/ZuGSsWtMzW7DXSF4F-93dQ)
46+
* [推荐一个好玩的网站,老照片上色、人脸识别都不是问题!](https://mp.weixin.qq.com/s/iQbcFiIW-Any7JrIgpJ4gA)
47+
* [回家的票买到了么?今天教你如何用 Python 抢票](https://mp.weixin.qq.com/s/KlCvvd6Ed7OwDOidtbjiWQ)
48+
* [Amazing!黑白老照片上色,Python 两秒一张](https://mp.weixin.qq.com/s/yfXfBRH1qbi0y9zH-wGn5A)
49+
* [火爆全网的老照片修复技术,今天手把手教你用怎么玩](https://mp.weixin.qq.com/s/tUvKrDqebCQFIZi2_aQPCQ)
50+
51+
#### 图像处理
52+
53+
* [这样精美的照片墙,其实python也能做](https://mp.weixin.qq.com/s/xcCCs_GpCVNCJDdU0Rb6oA)
54+
* [OpenCv 中的【图像阈值化处理】-- 我们长常用到的技术!](https://mp.weixin.qq.com/s/tBEri6fZMVASwKRLIq0A8w)
55+
* [不用 PS 抠图,Python + OpenCV 实现自动海报场景替换!](https://mp.weixin.qq.com/s/sFLmAv5GpR0QPzIPusDW4Q)
56+
* [图像增强、锐化,利用 Python-OpenCV 来实现 4 种方法!](https://mp.weixin.qq.com/s/4oZd1K06P90rYxiDf_Q52Q)
57+
* [利用 OpenCV-Python 进行人脸 Delaunay 三角剖分(人脸检测核心技术之一)](https://mp.weixin.qq.com/s/eYo-P7ZZtZ6q7fxr6mFkGQ)
58+
* [两张脸融合在一起长啥样?Opencv-Python 来告诉你!](https://mp.weixin.qq.com/s/FEwG7GFHMNEkvfSU8ATSVA)
59+
* [换脸技术,用 Python — OpenCV 来实现!](https://mp.weixin.qq.com/s/G6m41_L8ZX-i66-CLZRToA)
60+
* [Opencv(二)—— 图像分割之分水岭分割算法!](https://mp.weixin.qq.com/s/WG1ld6S0bODKApJyQJOpLQ)
61+
62+
63+
64+
#### Pandas 数据处理
65+
66+
* [python数据处理——pandas的基本使用(一)](https://mp.weixin.qq.com/s/-jwjzt5lXHecAGTqcnEUlw)
67+
* [Pandas 数据处理(一) —— 几个简单函数掌握!](https://mp.weixin.qq.com/s/akfhB0ZkMnxGMvTWhOjMmQ)
68+
* [Pandas 基本使用(二) — DataFrame.to_dict() 函数使用](https://mp.weixin.qq.com/s/2OZBZJZNYXZe-xGY0Bz5Ug)
69+
* [Pandas 数据处理(三) —— 条件筛选与排序!](https://mp.weixin.qq.com/s/FR169Qi8jcwoRWlag6RrcA)
70+
* [Pandas数据处理(三) — 分组聚类(groupby)](https://mp.weixin.qq.com/s/oqZfXhb7A0UYc1d31Faa0g)
71+
* [Pandas数据处理(四) — apply()函数的常规用法](https://mp.weixin.qq.com/s/HqdAw5S9sPfFLd9qk1ptyQ)
72+
* [Pandas 数据处理(五) — 怎么对多个数据表合并,你了解么?](https://mp.weixin.qq.com/s/33OWaXbOnkX7DsZ6PWdadw)
73+
* [Pandas 数据处理(六) — Datetime 时间模块在 Pandas 中的使用](https://mp.weixin.qq.com/s/-UbfQNFN3o5puFmVD2iiBg)
74+
75+
#### Numpy进阶
76+
* [Numpy 基础教程(一) — 常用函数介绍](https://mp.weixin.qq.com/s/llVQsy-7_CLEIVfatA0A9A)
77+
* [Numpy进阶(一) — 替换图片中的指定颜色!](https://mp.weixin.qq.com/s/YvjCVzFc2uAWbGI8EwuheA)
78+
* [Numpy 进阶(二) — 对图像进行旋转、水平、垂直镜像操作!](https://mp.weixin.qq.com/s/nW-pCsG_eovBhfjhrpJl4w)
79+
80+
1481
#### 个人小建议:代码结合博客食用效果更佳,博客地址:[小张Python | 专注 Python 编程! (zeroingpython.top)](https://zeroingpython.top/)
1582

1683
#### 鉴于个人水平有限,如有问题可以在公众号(小张Python)后台留言,二维码地址链接:
@@ -19,3 +86,4 @@
1986
![Snipaste_2021-01-01_09-44-31](https://images.zeroingpython.top/img/Snipaste_2021-01-01_09-44-31.png)
2087

2188

89+

0 commit comments

Comments
 (0)