Skip to content

Commit 060282a

Browse files
committed
Deployed 8d35f95 with MkDocs version: 0.17.3
1 parent 7048f07 commit 060282a

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,9 @@ <h1 id="python">Python 算法与数据结构视频教程</h1>
260260
<h2 id="_1">课程简介</h2>
261261
<p>数据结构和算法是每个程序员需要掌握的基础知识之一,也是面试中跨不过的槛。目前关于 Python 算法和数据结构的中文资料比较欠缺,
262262
笔者尝试录制视频教程帮助 Python 初学者掌握常用算法和数据结构,提升开发技能。
263-
本教程是付费教程(文字内容和代码免费),因为笔者录制的过程中除了购买软件、手写板等硬件之外,业余需要花费很多时间和精力来录制视频、查资料、编写课件和代码,养家糊口不容易,希望大家体谅。
264-
(视频未完成,完成后会在本页面放出链接)</p>
263+
本教程是付费教程(文字内容和代码免费),因为笔者录制的过程中除了购买软件、手写板等硬件之外,业余需要花费很多时间和精力来录制视频、查资料、编写课件和代码,养家糊口不容易,希望大家体谅。</p>
265264
<h2 id="_2">链接</h2>
266-
<p><a href="http://study.163.com/course/introduction.htm?courseId=1005526003">网易云课堂: Python数据结构与算法教程</a></p>
265+
<p><a href="http://study.163.com/course/introduction.htm?courseId=1005526003">网易云课堂: Python数据结构与算法教程</a> 视频教程</p>
267266
<p><a href="http://ningning.today/python_data_structures_and_algorithms/">网上阅读《Python 算法与数据结构教程 》</a></p>
268267
<p><a href="https://github.com/PegasusWang/python_data_structures_and_algorithms">github 链接</a></p>
269268
<p><a href="http://python-data-structures-and-algorithms.readthedocs.io/zh/latest/">readthedoc 电子书下载</a></p>
@@ -273,7 +272,7 @@ <h2 id="_3">痛点</h2>
273272
<li>讲 Python 数据结构和算法的资料很少,中文资料更少</li>
274273
<li>很多自学 Python 的工程师对基础不够重视,面试也发现很多数据结构和算法不过关,很多人挂在了基础的数据结构和算法上</li>
275274
<li>缺少工程应用场景下的讲解,很多讲算法的资料太『教科书化』。本书实现的代码工程上可用</li>
276-
<li>网上很多视频教程比较水,收费还很不合理,纯属智商税</li>
275+
<li>网上很多视频教程不够系统</li>
277276
</ul>
278277
<h2 id="_4">作者简介</h2>
279278
<p>目前就职于<a href="https://www.zhihu.com/people/pegasus-wang/activities">知乎</a>,任后端工程师,多年 Python 开发经验。</p>
@@ -480,5 +479,5 @@ <h2 id="_19">本电子书制作和写作方式</h2>
480479

481480
<!--
482481
MkDocs version : 0.17.3
483-
Build Date UTC : 2018-06-01 00:30:26
482+
Build Date UTC : 2018-06-01 00:32:54
484483
-->

0 commit comments

Comments
 (0)