File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
96991 . 下载Python:建议使用Anaconda,Python环境和包一键装好,[ Python3.7 版本] ( https://www.anaconda.com/products/individual )
971002 . 下载本项目:可以使用` git clone ` ,或者下载zip文件,解压到电脑
981013 . 打开Jupyter Notebook:打开终端,` cd ` 到本项目所在的文件夹,执行:``` jupyter notebook ``` ,浏览器打开` 01_base/01_字符串类型.ipynb ` ,跟随介绍交互使用
You can’t perform that action at this time.
0 commit comments