Browse Source

Fix link error

pull/4/MERGE
bushuhui 4 years ago
parent
commit
86e3e8b112
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      0_python/README.md

+ 1
- 1
0_python/README.md View File

@@ -6,7 +6,7 @@ Python 是一门上手简单、功能强大、通用型的脚本编程语言。P
本教程来自[IPython Notebooks to learn Python](https://github.com/rajathkmp/Python-Lectures),将其中部分示例代码转化成Python3。关于Python的安装可以自行去网络上查找相关的资料,或者参考[安装Python环境](../tips/InstallPython.md)。

## 内容
0. [Install Python](../tips/InstallPython.md)
0. [Install Python](../references_tips/InstallPython.md)
1. [Basics](1_Basics.ipynb)
- Why Python, Zen of Python
- Variables, Operators, Built-in functions


Loading…
Cancel
Save