From ccf3953f5de50fce4c098263e4d5e186d448af9f Mon Sep 17 00:00:00 2001 From: bushuhui Date: Thu, 5 Sep 2019 12:01:48 +0800 Subject: [PATCH] Improve python tutorial's index --- 0_python/README.md | 2 -- README.md | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/0_python/README.md b/0_python/README.md index 687f51d..76fc6fc 100644 --- a/0_python/README.md +++ b/0_python/README.md @@ -6,8 +6,6 @@ Python 是一门上手简单、功能强大、通用型的脚本编程语言。P 本教程来自[IPython Notebooks to learn Python](https://github.com/rajathkmp/Python-Lectures),将其中部分示例代码转化成Python3。关于Python的按照可以自行去网络上查找相关的资料,或者参考[安装Python环境](../tips/InstallPython.md)。 ## 内容 -0. [Introduction](0_Introduction.ipynb) - - Install ipython 1. [Basics](1_Basics.ipynb) - Why Python, Zen of Python - Variables, Operators, Built-in functions diff --git a/README.md b/README.md index 09abd7c..c368a73 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,22 @@ * [相关学习参考资料等](References.md) * [一些速查手册](tips/cheatsheet) -* Python - * [安装Python环境](tips/InstallPython.md) - * [Python tips](tips/python) - * 机器学习方面 * [Confusion Matrix](tips/confusion_matrix.ipynb) * [Datasets](tips/datasets.ipynb) * [构建深度神经网络的一些实战建议](tips/构建深度神经网络的一些实战建议.md) * [Intro to Deep Learning](tips/Intro_to_Deep_Learning.pdf) +* Python + * [安装Python环境](tips/InstallPython.md) + * [Python tips](tips/python) + +* Git + * [Git快速入门 - Git初体验](https://my.oschina.net/dxqr/blog/134811) + * [在win7系统下使用TortoiseGit(乌龟git)简单操作Git](https://my.oschina.net/longxuu/blog/141699) + * [Git系统学习 - 廖雪峰的Git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) + +* Markdown + * [Markdown——入门指南](https://www.jianshu.com/p/1e402922ee32) + +