@@ -11,7 +11,9 @@ permalink: /README_cn.html
1111https://flypython.com
1212
1313
14- ## Python新闻
14+ ## Github Top 45
15+
16+ ### Python新闻
1517
1618- [ python官方] ( https://www.python.org/ )
1719- [ realpython] ( https://realpython.com )
@@ -21,8 +23,7 @@ https://flypython.com
2123 - [ learn python] ( https://www.reddit.com/r/learnpython/ )
2224 - [ python tips] ( https://www.reddit.com/r/pythontips/ )
2325
24-
25- ## Python书籍列表
26+ ### Python书籍列表
2627
2728#### 初学者
2829- 《Python编程从入门到实践》(第3版,2023年)
@@ -49,13 +50,10 @@ https://flypython.com
4950- 《Python机器学习实战》
5051- 《深度学习入门:基于Python的理论与实现》
5152
52-
53-
5453#### 参考资源
5554- https://pythonbooks.org/
5655
57-
58- ## Python课程列表
56+ ### Python课程列表
5957
6058#### 初学者
6159- [ Python for Everybody] ( https://www.coursera.org/specializations/python )
@@ -71,8 +69,30 @@ https://flypython.com
7169- [ Python自动化测试] ( https://testdriven.io/courses/ )
7270- [ Python爬虫开发] ( https://realpython.com/web-scraping-with-scrapy-and-mongodb/ )
7371
74-
75- ## Github Top 45
72+ ### Python学习资源集合
73+
74+ ** 📚 快速导航:**
75+ 1 . [ Python新闻] ( #python新闻 )
76+ 1 . [ Python书籍列表] ( #python书籍列表 )
77+ 1 . [ Python课程列表] ( #python课程列表 )
78+ 1 . [ 推荐学习] ( #推荐学习 )
79+ 1 . [ 算法] ( #算法 )
80+ 1 . [ 指南] ( #指南 )
81+ 1 . [ 项目结构] ( #项目结构 )
82+ 1 . [ 列表推导式] ( #列表推导式 )
83+ 1 . [ 类] ( #类 )
84+ 1 . [ 数据处理与分析] ( #数据处理与分析 )
85+ 1 . [ 网页抓取] ( #网页抓取 )
86+ 1 . [ 自动化] ( #自动化 )
87+ 1 . [ 机器人] ( #机器人 )
88+ 1 . [ 金融] ( #金融 )
89+ 1 . [ 区块链] ( #区块链 )
90+ 1 . [ 性能优化] ( #性能优化 )
91+ 1 . [ Django] ( #django )
92+ 1 . [ Flask] ( #flask )
93+ 1 . [ 数据科学] ( #数据科学 )
94+
95+ #### 推荐学习
7696
7797** 现代化REST API开发:** 使用 Python 和 Flask 构建2024年专业级 REST API [现代工具和最佳实践]
7898
@@ -82,17 +102,11 @@ https://flypython.com
82102
83103链接:https://kritjunsree.medium.com/the-2024-guide-to-using-yfinance-with-python-for-effective-stock-analysis-668a4a26ee3a
84104
85-
86-
87105年度开源 Python 项目 [平均 4,078 星]
88106
89-
90107链接:https://medium.mybridge.co/30-amazing-python-projects-for-the-past-year-v-2018-9c310b04cdb3
91108
92-
93-
94- Python 算法
95-
109+ #### 算法
96110
971111 . 回顾 Python 交互式编码中所要面对的挑战 (算法和数据结构)
98112
@@ -124,7 +138,7 @@ Python 算法
124138
125139
126140
127- Python 综合指南
141+ #### 指南
128142
1291434 . 一个有趣又鲜为人知的 Python 代码片段集合 —wtfPython
130144
@@ -136,7 +150,7 @@ Python 综合指南
136150
137151
138152
139- Python 的脚本结构
153+ #### 项目结构
140154
1411555 . 一个关于如何从 Python 脚本到打包项目的标准化指南
142156
@@ -148,7 +162,7 @@ Python 的脚本结构
148162
149163
150164
151- Python 中的列表
165+ #### 列表推导式
152166
1531676 . Python 列表推导式完整指南
154168
@@ -164,7 +178,7 @@ Python 中的列表
164178
165179
166180
167- Python 中的类
181+ #### 类
168182
1691837 . 如何使用 Dunder (Magic、Special) 方法来丰富你的 Python 类
170184
@@ -177,7 +191,7 @@ Python 中的类
177191
178192
179193
180- Python 中的数据处理与分析
194+ #### 数据处理与分析
181195
1821968 . Python Excel 数据分析完整指南
183197
@@ -211,7 +225,7 @@ Python 中的数据处理与分析
211225
212226
213227
214- Python 中的自动化操作
228+ #### 自动化
215229
21623011 . 如何使用 Twilio、Python 和 Google 自动化婚礼的进程
217231
@@ -231,7 +245,7 @@ Python 中的自动化操作
231245
232246
233247
234- Python 中的 Bot
248+ #### 机器人
23524913 . 制作 Reddit+Facebook 的信息箱
236250
237251作者:
@@ -256,7 +270,7 @@ https://medium.freecodecamp.org/my-open-source-instagram-bot-got-me-2-500-real-f
256270
257271
258272
259- Python 中的电子表格
273+ #### 电子表格
260274
26127515 . 权威指南:Python 的 Excel 教程
262276
@@ -286,7 +300,7 @@ https://www.youtube.com/watch?v=vISRn5qFrkM
286300
287301
288302
289- Python 中的金融应用
303+ #### 金融
290304
29130517 . Python 中的金融:算法交易
292306
@@ -338,7 +352,7 @@ https://blog.patricktriest.com/analyzing-cryptocurrencies-python/
338352
339353
340354
341- Python 中的区块链
355+ #### 区块链
342356
343357
344358
@@ -384,7 +398,7 @@ https://medium.com/crypto-currently/lets-build-the-tiniest-blockchain-e70965a248
384398
385399
386400
387- Python 中的视频合成
401+ #### 视频合成
388402
389403
390404
0 commit comments