From 86e3e8b112d6e0e4a231e7a20756df827ca8f281 Mon Sep 17 00:00:00 2001 From: bushuhui Date: Tue, 5 Jan 2021 21:52:00 +0800 Subject: [PATCH] Fix link error --- 0_python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_python/README.md b/0_python/README.md index dfcf0ab..7f7768e 100644 --- a/0_python/README.md +++ b/0_python/README.md @@ -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