File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Alan Kay 教导这种编程风格: “对象通过响应消息彼此通信”,
5050
5151Adapter 内置的可编程舞台驱动, 是这些更大构想下的产物之一。
5252
53- 使用它,你可以在 Scratch/Python 环境里 实时(毫秒)驱动上成千上万的舞台设备 ,从射灯到烟花控制器,从摇头灯到舞台烟雾机。
53+ 使用它,你可以在 Scratch/Python 环境里 实时(毫秒)驱动成千上万的舞台设备 ,从射灯到烟花控制器,从摇头灯到舞台烟雾机。
5454
5555### 使用说明
5656目前用户可以在 CodeLab Scratch 和 Adapter JupyterLab 中使用可编程舞台驱动.
@@ -74,7 +74,9 @@ Adapter 内置的可编程舞台驱动, 是这些更大构想下的产物之
7474
7575> 【交互计算】 (Interactive Computing) 是 CodeLab 设计的一门 Python 编程入门课程。【交互计算】围绕动画、音乐、游戏等主题的创作,在 Scratch 和 JupyterLab 这种交互式编程环境中进行测试、探索、迭代,在和 Scratch 角色、 Python 程序互动的过程中表达自己的想法,实现自己的创意。
7676
77- <video src =" /img/ICintro.MP4 " controls =" controls " ></video >
77+
78+ <video width =' 80% ' src =" https://adapter.codelab.club/video/0-课程介绍.mp4 " controls =" controls " ></video >
79+
7880
7981** 麦可** 在儿童节这天发布了《交互计算》课程, 当前版本的 Adapter 内置了这门课程:
8082
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ tags: ["编程学习", "CodeLab 相关"]
1010
1111【交互计算】(Interactive Computing) 是 [ CodeLab] ( https://www.codelab.club/ ) 设计的一门 Python 编程入门课程。【交互计算】围绕动画、音乐、游戏等主题的创作,在 Scratch 和 JupyterLab 这种交互式编程环境中进行测试、探索、迭代,在和 Scratch 角色、 Python 程序互动的过程中表达自己的想法,实现自己的创意。
1212
13- <video width =" 80% " src =" /img/ICintro.MP4 " controls =" controls " ></video >
13+ <video width =' 80% ' src =" https://adapter.codelab.club/video/0-课程介绍.mp4 " controls =" controls " ></video >
14+
1415
1516<!-- truncate-->
1617
You can’t perform that action at this time.
0 commit comments