Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python-100-Days
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huangkq
Python-100-Days
Commits
0863b1f5
Commit
0863b1f5
authored
May 14, 2019
by
Jan Keromnes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Gitpod to 初识Python.md
parent
0d2f0708
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
.gitpod.yml
.gitpod.yml
+3
-0
初识Python.md
Day01-15/Day01/初识Python.md
+6
-0
No files found.
.gitpod.yml
0 → 100644
View file @
0863b1f5
tasks
:
-
before
:
gp open Day01-15/Day01/code/hello.py
command
:
python3 Day01-15/Day01/code/hello.py
Day01-15/Day01/初识Python.md
View file @
0863b1f5
...
@@ -221,6 +221,12 @@ PyCharm的安装、配置和使用我们在后面会进行介绍。
...
@@ -221,6 +221,12 @@ PyCharm的安装、配置和使用我们在后面会进行介绍。
![](./res/python-pycharm.png)
![](./res/python-pycharm.png)
#### Gitpod - 一键式在线开发工具
只需单击即可在GitHub上打开任何Python项目。
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jackfrued/Python-100-Days)
### 练习
### 练习
1. 在Python交互环境中查看下面的代码结果,并将内容翻译成中文。
1. 在Python交互环境中查看下面的代码结果,并将内容翻译成中文。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment