Skip to content

Commit 37187ca

Browse files
committed
Deployed 17bf91d with MkDocs version: 0.17.3
1 parent b68aaa9 commit 37187ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h2 id="_8">受众</h2>
336336
的基本语法和面向对象编程的一些概念,我们这里只使用最基本的 Python 语法,不会再去介绍用到的 Python 语法糖。</p>
337337
<h1 id="_9">预备知识</h1>
338338
<ul>
339-
<li>掌握 Python 基本语法,有过使用 Python 的经验。知道 class、module、yield 等</li>
339+
<li>有一定的 python 基础,掌握 Python 基本语法,了解 python 内置数据结构的使用方式。有过使用 Python 的经验。知道 class、module、yield 等</li>
340340
<li>基本的面向对象编程知识,会定义和使用 Python 中的类 (class)</li>
341341
<li>知道 Python 中的魔术方法,比如 <code>__len__</code> <code>__contains__</code></li>
342342
<li>无需太多数学基础,仅在算法时间复杂度分析的时候会用到一些简单数学知识。对于学习基础算法,逻辑思维可能更重要一些</li>
@@ -482,5 +482,5 @@ <h2 id="_19">本电子书制作和写作方式</h2>
482482

483483
<!--
484484
MkDocs version : 0.17.3
485-
Build Date UTC : 2018-06-06 01:13:36
485+
Build Date UTC : 2018-06-06 11:35:05
486486
-->

0 commit comments

Comments
 (0)