Skip to content

Commit 0863b1f

Browse files
committed
Add Gitpod to 初识Python.md
1 parent 0d2f070 commit 0863b1f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitpod.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tasks:
2+
- before: gp open Day01-15/Day01/code/hello.py
3+
command: python3 Day01-15/Day01/code/hello.py

Day01-15/Day01/初识Python.md

+6
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ PyCharm的安装、配置和使用我们在后面会进行介绍。
221221

222222
![](./res/python-pycharm.png)
223223

224+
#### Gitpod - 一键式在线开发工具
225+
226+
只需单击即可在GitHub上打开任何Python项目。
227+
228+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jackfrued/Python-100-Days)
229+
224230
### 练习
225231

226232
1. 在Python交互环境中查看下面的代码结果,并将内容翻译成中文。

0 commit comments

Comments
 (0)