We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68aaa9 commit 37187caCopy full SHA for 37187ca
index.html
@@ -336,7 +336,7 @@ <h2 id="_8">受众</h2>
336
的基本语法和面向对象编程的一些概念,我们这里只使用最基本的 Python 语法,不会再去介绍用到的 Python 语法糖。</p>
337
<h1 id="_9">预备知识</h1>
338
<ul>
339
-<li>掌握 Python 基本语法,有过使用 Python 的经验。知道 class、module、yield 等</li>
+<li>有一定的 python 基础,掌握 Python 基本语法,了解 python 内置数据结构的使用方式。有过使用 Python 的经验。知道 class、module、yield 等</li>
340
<li>基本的面向对象编程知识,会定义和使用 Python 中的类 (class)</li>
341
<li>知道 Python 中的魔术方法,比如 <code>__len__</code> <code>__contains__</code></li>
342
<li>无需太多数学基础,仅在算法时间复杂度分析的时候会用到一些简单数学知识。对于学习基础算法,逻辑思维可能更重要一些</li>
@@ -482,5 +482,5 @@ <h2 id="_19">本电子书制作和写作方式</h2>
482
483
<!--
484
MkDocs version : 0.17.3
485
-Build Date UTC : 2018-06-06 01:13:36
+Build Date UTC : 2018-06-06 11:35:05
486
-->
0 commit comments