Skip to content

Commit 4f1b3de

Browse files
committed
update readme and add colab.
1 parent 75461b1 commit 4f1b3de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Python实用教程,包括:Python基础,Python高级特性,面向对象
2727

2828
# python-tutorial的例子清单
2929
- 目录说明
30+
3031
| **目录** | **主题** | 简要说明 |
3132
| --------------------- | -------------------------------------------- | ---------------------------- |
3233
| [01_base](01_base) | Python基础 | 提供了数据类型、字符串、list、条件判断、循环、函数、文件、多进程的使用例子。 |
@@ -90,9 +91,11 @@ Python实用教程,包括:Python基础,Python高级特性,面向对象
9091
![notebook](./docs/imgs/readme_img.png)
9192

9293
- 使用Colab学习教程:
94+
9395
点击各教程的`Open In Colab`即可在Google Colab打开Notebook并运行。
9496

9597
- 使用Jupyter Notebook学习教程:
98+
9699
1. 下载Python:建议使用Anaconda,Python环境和包一键装好,[Python3.7 版本](https://www.anaconda.com/products/individual)
97100
2. 下载本项目:可以使用`git clone`,或者下载zip文件,解压到电脑
98101
3. 打开Jupyter Notebook:打开终端,`cd`到本项目所在的文件夹,执行:```jupyter notebook ```,浏览器打开`01_base/01_字符串类型.ipynb`,跟随介绍交互使用

0 commit comments

Comments
 (0)