Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0db980

Browse files
committed
重新组织内容结构:将Github Top 45移到最前面,所有分类作为子分类
1 parentace3b9d commitc0db980

File tree

2 files changed

+58
-48
lines changed

2 files changed

+58
-48
lines changed

‎README.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ permalink: /
1111
[python.flypython.com](https://python.flypython.com)
1212

1313

14-
##Python News
14+
##Github Top 45
15+
16+
###Python News
1517

1618
-[python official](https://www.python.org/)
1719
-[medium](https://medium.com/tag/python)
@@ -21,17 +23,14 @@ permalink: /
2123
-[python tips](https://www.reddit.com/r/pythontips/)
2224
-[python coding](https://www.reddit.com/r/pythoncoding)
2325

24-
25-
26-
##Python for LLM
26+
###Python for LLM
2727

2828
-[Python for AI and Machine Learning](https://realpython.com/learning-paths/machine-learning-python/)
2929
-[LangChain Python Documentation](https://python.langchain.com/docs/get_started/introduction/)
3030
-[OpenAI Python Library](https://github.com/openai/openai-python)
3131
-[Building LLM Applications with Python](https://www.deeplearning.ai/short-courses/)
3232

33-
34-
##Python Books
33+
###Python Books
3534

3635
####Beginner
3736
- 《Python Crash Course: A Hands-On, Project-Based Introduction to Programming for begainners》 (3rd Edition, 2023)
@@ -59,28 +58,25 @@ permalink: /
5958
- ※※※※※
6059
-[Amazon](https://www.amazon.com/Clean-Code-Python-maintainable-efficient/dp/1788835832)
6160

62-
63-
64-
65-
##Course
66-
61+
###Course
6762

6863
####Beginer
6964
-[Python for Everybody](https://www.coursera.org/specializations/python)
7065
-[Python 3 Programming](https://www.coursera.org/specializations/python-3-programming)
7166

72-
73-
74-
##Data Science
67+
###Data Science
7568

7669
####matplotlib
7770
-[AnatomyOfMatplotlib](https://github.com/matplotlib/AnatomyOfMatplotlib)
7871

72+
###Python Learning Resources
7973

80-
##Github Top 45
81-
82-
<br>
83-
74+
**📚 Quick Navigation:**
75+
1.[Python News](#python-news)
76+
1.[Python for LLM](#python-for-llm)
77+
1.[Python Books](#python-books)
78+
1.[Course](#course)
79+
1.[Data Science](#data-science)
8480
1.[Algorithm](#algorithm)
8581
1.[Guide](#guide)
8682
1.[Structure](#structure)
@@ -89,13 +85,13 @@ permalink: /
8985
1.[Web Scraping](#web-scraping)
9086
1.[Automation](#automation)
9187
1.[Bot](#bot)
92-
1.[Spreasheet](#spreasheet)
88+
1.[Spreadsheet](#spreadsheet)
9389
1.[Finance](#finance)
9490
1.[Blockchain](#blockchain)
95-
1.[VideoSythesizer](#video-sythesizer)
91+
1.[VideoSynthesizer](#video-synthesizer)
9692
1.[Performance](#performance)
9793
1.[Django](#django)
98-
1.[Flake](#flake)
94+
1.[Flask & Code Quality](#flask--code-quality)
9995
1.[NumPy](#numpy)
10096
1.[NashPy](#nashpy)
10197
1.[Markov Process](#markov-process)

‎README_cn.md

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ permalink: /README_cn.html
1111
https://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

97111
1. 回顾 Python 交互式编码中所要面对的挑战 (算法和数据结构)
98112

@@ -124,7 +138,7 @@ Python 算法
124138

125139

126140

127-
Python 综合指南
141+
####指南
128142

129143
4. 一个有趣又鲜为人知的 Python 代码片段集合 —wtfPython
130144

@@ -136,7 +150,7 @@ Python 综合指南
136150

137151

138152

139-
Python 的脚本结构
153+
####项目结构
140154

141155
5. 一个关于如何从 Python 脚本到打包项目的标准化指南
142156

@@ -148,7 +162,7 @@ Python 的脚本结构
148162

149163

150164

151-
Python 中的列表
165+
####列表推导式
152166

153167
6. Python 列表推导式完整指南
154168

@@ -164,7 +178,7 @@ Python 中的列表
164178

165179

166180

167-
Python 中的类
181+
####
168182

169183
7. 如何使用 Dunder (Magic、Special) 方法来丰富你的 Python 类
170184

@@ -177,7 +191,7 @@ Python 中的类
177191

178192

179193

180-
Python 中的数据处理与分析
194+
####数据处理与分析
181195

182196
8. Python Excel 数据分析完整指南
183197

@@ -211,7 +225,7 @@ Python 中的数据处理与分析
211225

212226

213227

214-
Python 中的自动化操作
228+
####自动化
215229

216230
11. 如何使用 Twilio、Python 和 Google 自动化婚礼的进程
217231

@@ -231,7 +245,7 @@ Python 中的自动化操作
231245

232246

233247

234-
Python 中的 Bot
248+
####机器人
235249
13. 制作 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

261275
15. 权威指南:Python 的 Excel 教程
262276

@@ -286,7 +300,7 @@ https://www.youtube.com/watch?v=vISRn5qFrkM
286300

287301

288302

289-
Python 中的金融应用
303+
####金融
290304

291305
17. 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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp