Skip to content

Commit 82e5708

Browse files
committed
修正导航结构:将Quick Navigation移到最前面,修正分类标题层级和导航链接
1 parent 096549d commit 82e5708

File tree

2 files changed

+84
-76
lines changed

2 files changed

+84
-76
lines changed

README.md

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,36 @@ permalink: /
1010

1111
[python.flypython.com](https://python.flypython.com )
1212

13+
## 📚 Quick Navigation
14+
15+
1. [Python News](#python-news)
16+
1. [Python for LLM](#python-for-llm)
17+
1. [Python Books](#python-books)
18+
1. [Course](#course)
19+
1. [Data Science](#data-science)
20+
1. [Recommended Learning](#recommended-learning)
21+
1. [Algorithm](#algorithm)
22+
1. [Guide](#guide)
23+
1. [Structure](#structure)
24+
1. [List](#list)
25+
1. [Class](#class)
26+
1. [Web Scraping](#web-scraping)
27+
1. [Automation](#automation)
28+
1. [Bot](#bot)
29+
1. [Spreadsheet](#spreadsheet)
30+
1. [Finance](#finance)
31+
1. [Blockchain](#blockchain)
32+
1. [Video Synthesizer](#video-synthesizer)
33+
1. [Performance](#performance)
34+
1. [Django](#django)
35+
1. [Flask & Code Quality](#flask--code-quality)
36+
1. [NumPy](#numpy)
37+
1. [NashPy](#nashpy)
38+
1. [Markov Process](#markov-process)
39+
1. [Data Analysis](#data-analysis)
40+
1. [Get Started](#get-started)
41+
42+
---
1343

1444
## Github Top 45
1545

@@ -69,37 +99,6 @@ permalink: /
6999
#### matplotlib
70100
- [AnatomyOfMatplotlib](https://github.com/matplotlib/AnatomyOfMatplotlib)
71101

72-
### Python Learning Resources
73-
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)
80-
1. [Algorithm](#algorithm)
81-
1. [Guide](#guide)
82-
1. [Structure](#structure)
83-
1. [List](#list)
84-
1. [Class](#class)
85-
1. [Web Scraping](#web-scraping)
86-
1. [Automation](#automation)
87-
1. [Bot](#bot)
88-
1. [Spreadsheet](#spreadsheet)
89-
1. [Finance](#finance)
90-
1. [Blockchain](#blockchain)
91-
1. [Video Synthesizer](#video-synthesizer)
92-
1. [Performance](#performance)
93-
1. [Django](#django)
94-
1. [Flask & Code Quality](#flask--code-quality)
95-
1. [NumPy](#numpy)
96-
1. [NashPy](#nashpy)
97-
1. [Markov Process](#markov-process)
98-
1. [Data Analysis](#data-analysis)
99-
1. [Get Started](#get-started)
100-
101-
<br>
102-
103102
### Recommended Learning
104103

105104
A) REST APIs: [REST APIs with Flask and Python in 2024 - Complete Course](https://www.coursera.org/learn/packt-rest-apis-with-flask-and-python-in-2024-i01az) [Professional Flask Development with Modern Tools]

README_cn.md

Lines changed: 54 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,35 @@ permalink: /README_cn.html
1010

1111
https://flypython.com
1212

13+
## 📚 快速导航
14+
15+
1. [Python新闻](#python新闻)
16+
1. [Python书籍列表](#python书籍列表)
17+
1. [Python课程列表](#python课程列表)
18+
1. [数据科学](#数据科学)
19+
1. [推荐学习](#推荐学习)
20+
1. [算法](#算法)
21+
1. [指南](#指南)
22+
1. [项目结构](#项目结构)
23+
1. [列表推导式](#列表推导式)
24+
1. [](#类)
25+
1. [数据处理与分析](#数据处理与分析)
26+
1. [网页抓取](#网页抓取)
27+
1. [自动化](#自动化)
28+
1. [机器人](#机器人)
29+
1. [电子表格](#电子表格)
30+
1. [金融](#金融)
31+
1. [区块链](#区块链)
32+
1. [视频合成](#视频合成)
33+
1. [性能优化](#性能优化)
34+
1. [Django](#django)
35+
1. [Flask](#flask)
36+
1. [NumPy](#numpy)
37+
1. [NashPy](#nashpy)
38+
1. [马尔可夫过程](#马尔可夫过程)
39+
1. [入门指南](#入门指南)
40+
41+
---
1342

1443
## Github Top 45
1544

@@ -69,30 +98,12 @@ https://flypython.com
6998
- [Python自动化测试](https://testdriven.io/courses/)
7099
- [Python爬虫开发](https://realpython.com/web-scraping-with-scrapy-and-mongodb/)
71100

72-
### Python学习资源集合
101+
### 数据科学
73102

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. [数据科学](#数据科学)
103+
#### matplotlib
104+
- [AnatomyOfMatplotlib](https://github.com/matplotlib/AnatomyOfMatplotlib)
94105

95-
#### 推荐学习
106+
### 推荐学习
96107

97108
**现代化REST API开发:**使用 Python 和 Flask 构建2024年专业级 REST API [现代工具和最佳实践]
98109

@@ -106,7 +117,7 @@ https://flypython.com
106117

107118
链接:https://medium.mybridge.co/30-amazing-python-projects-for-the-past-year-v-2018-9c310b04cdb3
108119

109-
#### 算法
120+
### 算法
110121

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

@@ -138,7 +149,7 @@ https://flypython.com
138149

139150

140151

141-
#### 指南
152+
### 指南
142153

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

@@ -150,7 +161,7 @@ https://flypython.com
150161

151162

152163

153-
#### 项目结构
164+
### 项目结构
154165

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

@@ -162,7 +173,7 @@ https://flypython.com
162173

163174

164175

165-
#### 列表推导式
176+
### 列表推导式
166177

167178
6. Python 列表推导式完整指南
168179

@@ -178,7 +189,7 @@ https://flypython.com
178189

179190

180191

181-
####
192+
###
182193

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

@@ -191,7 +202,7 @@ https://flypython.com
191202

192203

193204

194-
#### 数据处理与分析
205+
### 数据处理与分析
195206

196207
8. Python Excel 数据分析完整指南
197208

@@ -205,7 +216,7 @@ https://flypython.com
205216

206217
链接:https://learning.anaconda.cloud/anaconda-certified-data-analysis-with-python-in-excel
207218

208-
#### 网页抓取
219+
### 网页抓取
209220

210221
10. 高级的网页抓取教程:绕过 "403 禁止",验证码等问题
211222

@@ -223,7 +234,7 @@ https://flypython.com
223234

224235

225236

226-
#### 自动化
237+
### 自动化
227238

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

@@ -243,7 +254,7 @@ https://flypython.com
243254

244255

245256

246-
#### 机器人
257+
### 机器人
247258
13. 制作 Reddit+Facebook 的信息箱
248259

249260
作者:
@@ -268,7 +279,7 @@ https://medium.freecodecamp.org/my-open-source-instagram-bot-got-me-2-500-real-f
268279

269280

270281

271-
#### 电子表格
282+
### 电子表格
272283

273284
15. 权威指南:Python 的 Excel 教程
274285

@@ -298,7 +309,7 @@ https://www.youtube.com/watch?v=vISRn5qFrkM
298309

299310

300311

301-
#### 金融
312+
### 金融
302313

303314
17. Python 中的金融:算法交易
304315

@@ -350,7 +361,7 @@ https://blog.patricktriest.com/analyzing-cryptocurrencies-python/
350361

351362

352363

353-
#### 区块链
364+
### 区块链
354365

355366

356367

@@ -396,7 +407,7 @@ https://medium.com/crypto-currently/lets-build-the-tiniest-blockchain-e70965a248
396407

397408

398409

399-
#### 视频合成
410+
### 视频合成
400411

401412

402413

@@ -424,7 +435,7 @@ https://www.makeartwithpython.com/blog/video-synthesizer-in-python/
424435

425436

426437

427-
#### 性能优化
438+
### 性能优化
428439

429440

430441

@@ -488,7 +499,7 @@ https://dbader.org/blog/python-memoization
488499

489500

490501

491-
#### Django
502+
### Django
492503

493504

494505

@@ -530,7 +541,7 @@ https://scotch.io/tutorials/build-a-rest-api-with-django-a-test-driven-approach-
530541

531542

532543

533-
#### Flask
544+
### Flask
534545

535546

536547

@@ -570,7 +581,7 @@ https://auth0.com/blog/developing-restful-apis-with-python-and-flask/
570581

571582

572583

573-
#### NumPy
584+
### NumPy
574585

575586

576587

@@ -604,7 +615,7 @@ Jake VanderPlas
604615

605616
http://jakevdp.github.io/blog/2017/11/09/exploring-line-lengths-in-python-packages/
606617

607-
#### NashPy
618+
### NashPy
608619

609620
32. NashPy 教程 — 建立并找到一种简单的游戏平衡
610621

@@ -622,7 +633,7 @@ http://nashpy.readthedocs.io/en/latest/tutorial/
622633

623634

624635

625-
#### 马尔可夫过程
636+
### 马尔可夫过程
626637

627638

628639

@@ -646,9 +657,7 @@ http://jakevdp.github.io/blog/2017/12/18/simulating-chutes-and-ladders/
646657

647658

648659

649-
#### 数据科学
650-
651-
660+
### 数据分析
652661

653662
34. 用 Python 分析美国联邦政治行为
654663

@@ -764,7 +773,7 @@ http://blog.kaggle.com/2017/10/17/planet-understanding-the-amazon-from-space-1st
764773

765774

766775

767-
#### 入门指南
776+
### 入门指南
768777

769778

770779

0 commit comments

Comments
 (0)