Skip to content

Commit

Permalink
update tutorials readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzlezyk authored and hellowaywewe committed Apr 26, 2023
1 parent 88155e2 commit 99d8a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TinyMS 视频教程

为了方便小白用户学习,TinyMS提供了全套在线视频教程,随着每个版本的迭代会进行同步更新。我们按照每一集的内容进行更新存档,包含但不限于视频网址、学习文档和Q&A,如果大家在学习的过程中遇到任何疑问,欢迎添加小助手的微信(wechat:mindspore0328,备注:TinyMS),小助手会将您添加至TinyMS课程学习群内,在群内与开发人员及时沟通,当然我们也非常欢迎您遇到问题直接提issue,这样也能帮助其他遇到同样的问题的开发者
为了方便小白用户学习,TinyMS提供了全套在线视频教程,随着每个版本的迭代会进行同步更新。我们按照每一集的内容进行更新存档,包含但不限于视频网址、学习文档和Q&A,如果大家在学习的过程中遇到任何疑问,欢迎添加小助手的微信(wechat:mindspore0328,备注:TinyMS),小助手会将您添加至TinyMS课程学习群内,在群内与开发人员及时沟通,当然我们也非常欢迎您遇到问题直接提issue,这样也能帮助其他遇到同样问题的开发者

- 课程列表

Expand All @@ -12,3 +12,4 @@
| EP03 | [30min速成Shell脚本命令](https://www.bilibili.com/video/BV1vy4y1b7jh) | shell基本命令、变量与传参、数组、运算符、test命令、使用函数、输入输出重定向、流程控制函数以及常见的文件操作命令 | [Shell脚本30min速成指南](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP03/30min速成Shell脚本.md) | 已发布 | 2021.4.1 |
| EP04 | [30min速成Python指南(上)](https://www.bilibili.com/video/BV1Tp4y1b7UG?spm_id_from=333.999.0.0) | Python安装、基础语法、原始数据类型及运算符介绍 | [Python30min速成指南(上)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2021.4.23 |
| EP05 | [30min速成Python指南(下)](https://www.bilibili.com/video/BV1XS4y1Z7yp?spm_id_from=333.999.0.0) | Python条件语句、循环语句、迭代器、生成器、函数、类、模块、高级用法、及深度学习中常用的Python库 | [Python30min速成指南(下)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2022.1.10 |

0 comments on commit 99d8a89

Please sign in to comment.