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

Appearance settings

Commit 64f668f

Browse filesBrowse files
authored
Update README.md
1 parent da8c989 commit 64f668f
Copy full SHA for 64f668f

File tree

1 file changed

+13
-21
lines changed
Filter options

1 file changed

+13
-21
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+13-21Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ REST API:使用 Python,Flask,Flask-RESTful 和 Flask-SQLAlchemy 构建专
265265
Python 算法
266266

267267

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

270270
本文对算法编码和数据结构中的问题提出了简单易懂又切实可行的方案。
271271

@@ -275,7 +275,7 @@ Python 算法
275275

276276

277277

278-
- 2. Python 中算法和数据结构的最小样本
278+
2. Python 中算法和数据结构的最小样本
279279

280280
如何让 Python 中的数据结构和算法最小、最干净?
281281

@@ -285,7 +285,7 @@ Python 算法
285285

286286

287287

288-
- 3. 最重要的 Python 算法 --Pygorithm
288+
3. 最重要的 Python 算法 --Pygorithm
289289

290290
Pygorithm 是一个纯 Python 风格编写的模块,通过导入所需的算法,获得相应的代码、时间复杂性等。这是一个开始学习 Python 编程的好方法,能够帮助初学者学习并实现 Python 中所有算法。
291291

@@ -297,7 +297,7 @@ Python 算法
297297

298298
Python 综合指南
299299

300-
- 4. 一个有趣又鲜为人知的 Python 代码片段集合 —wtfPython
300+
4. 一个有趣又鲜为人知的 Python 代码片段集合 —wtfPython
301301

302302
作者:Satwikkansal;[github-4,933 星]
303303

@@ -309,7 +309,7 @@ Python 综合指南
309309

310310
Python 的脚本结构
311311

312-
- 5. 一个关于如何从 Python 脚本到打包项目的标准化指南
312+
5. 一个关于如何从 Python 脚本到打包项目的标准化指南
313313

314314
作者:Courtesy of Vicki
315315

@@ -321,7 +321,7 @@ Python 的脚本结构
321321

322322
Python 中的列表
323323

324-
- 6. Python 列表生成器的教程
324+
6. Python 列表生成器的教程
325325

326326
在这份教程中,你将能够学习到如何在 Python 中有效地使用列表生成器来创建列表,替换 (嵌套) for 循环以及使用 map (), filter (), reduce () 函数等。
327327

@@ -335,7 +335,7 @@ Python 中的列表
335335

336336
Python 中的类
337337

338-
- 7. 如何使用 Dunder (Magic、Special) 方法来丰富你的 Python 类
338+
7. 如何使用 Dunder (Magic、Special) 方法来丰富你的 Python 类
339339

340340
Dunker 是 Python 中的一种特殊方法,通过双下划线开始和结束的形式存在,例如__init__来丰富类的预定义方法。
341341

@@ -348,7 +348,7 @@ Python 中的类
348348

349349
Python 中的网页抓取
350350

351-
- 8. 如何使用 Python 中的 Scrapy、SQL 和 Matplotlib 等库进行网页抓取,并获取网页数据分析
351+
8. 如何使用 Python 中的 Scrapy、SQL 和 Matplotlib 等库进行网页抓取,并获取网页数据分析
352352

353353
你可以通过这篇文章学习到网页爬取知识,并用于实践中。
354354

@@ -358,15 +358,15 @@ Python 中的网页抓取
358358

359359

360360

361-
- 9. 高级的网页抓取教程:绕过 “403 禁止”,验证码等问题
361+
9. 高级的网页抓取教程:绕过 “403 禁止”,验证码等问题
362362

363363
作者:Evan Sangaline
364364

365365
链接:http://sangaline.com/post/advanced-web-scraping-tutorial/
366366

367367

368368

369-
- 10. 掌握 Python 的网页抓取技巧来获取你所需要的数据
369+
10. 掌握 Python 的网页抓取技巧来获取你所需要的数据
370370

371371
作者:Lauren Glass 和 Hackernoon
372372

@@ -378,7 +378,7 @@ Python 中的网页抓取
378378

379379
Python 中的自动化操作
380380

381-
- 11. 如何使用 Twilio、Python 和 Google 自动化婚礼的进程
381+
11. 如何使用 Twilio、Python 和 Google 自动化婚礼的进程
382382

383383
作者:Thomas Curtis
384384

@@ -1023,19 +1023,11 @@ https://coolpythoncodes.com/best-way-learn-python-programming
10231023

10241024
45. 如何用 Python 实现强大的数据分析
10251025

1026-
1027-
10281026
Python 是数据分析的最佳编程语言,这得益于它自带的依赖库。依赖库能够存储,操纵数据,并从数据中获得核心信息,因而在数据科学领域被广泛使用并展现出强大的功能。本文介绍了 Python 在数据科学领域的应用历史以及最新发展。
10291027

1028+
作者:Jake VanderPlas
10301029

1031-
1032-
作者:
1033-
1034-
Jake VanderPlas
1035-
1036-
链接:
1037-
1038-
https://www.youtube.com/watch?v=9by46AAqz70
1030+
链接:https://www.youtube.com/watch?v=9by46AAqz70
10391031

10401032

10411033
#### 飞蟒Python训练营

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.