Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 58db69b

Browse files
Merge pull request #107 from Charlytoc/master
Update with new version of editor and cli
2 parents 6e423ea + 881ac3b commit 58db69b

File tree

2 files changed

+35
-30
lines changed

2 files changed

+35
-30
lines changed

‎.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
23
// README at: https://github.com/devcontainers/templates/tree/main/src/python
34
{
@@ -21,7 +22,7 @@
2122
"extensions": ["learn-pack.learnpack-vscode"]
2223
}
2324
},
24-
"onCreateCommand": "sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/python@1.0.3"
25+
"onCreateCommand": "sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
2526

2627
// Features to add to the dev container. More info: https://containers.dev/features.
2728
// "features": {},

‎learn.json

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,37 @@
1+
12
{
2-
"slug": "python-beginner-programming-exercises",
3-
"title": {
4-
"us": "Learn Python Interactively (beginner)",
5-
"es": "Aprende Python Interactivamente (Principiante)"
6-
},
7-
"intro": "https://www.youtube.com/watch?v=amyDNhZwGJQ",
8-
"repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises",
9-
"preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/preview.png?raw=true",
10-
"description": {
11-
"us": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions.",
12-
"es": "Ejercicios de Python para principiantos, desde Hello World hasta variables, ciclos y un poco de funciones."
13-
},
14-
"duration": 10,
15-
"difficulty": "easy",
16-
"videoSolutions": true,
17-
"projectType": "tutorial",
18-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19-
"graded": true,
20-
"language": "python3",
21-
22-
"editor": {
23-
"version": "3.1.24"
24-
},
25-
"video": {
26-
"intro": {
27-
"es": "https://www.youtube.com/watch?v=amyDNhZwGJQ",
28-
"en": "https://www.youtube.com/watch?v=amyDNhZwGJQ"
29-
}
3+
"slug": "python-beginner-programming-exercises",
4+
"title": {
5+
"us": "Learn Python Interactively (beginner)",
6+
"es": "Aprende Python Interactivamente (Principiante)"
7+
},
8+
"intro": "https://www.youtube.com/watch?v=amyDNhZwGJQ",
9+
"repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises",
10+
"preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/preview.png?raw=true",
11+
"description": {
12+
"us": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions.",
13+
"es": "Ejercicios de Python para principiantos, desde Hello World hasta variables, ciclos y un poco de funciones."
14+
},
15+
"duration": 10,
16+
"difficulty": "easy",
17+
"videoSolutions": true,
18+
"projectType": "tutorial",
19+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20+
"graded": true,
21+
"language": "python3",
22+
23+
"editor": {
24+
"version": "3.1.36"
25+
},
26+
"telemetry": {
27+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
28+
},
29+
"video": {
30+
"intro": {
31+
"es": "https://www.youtube.com/watch?v=amyDNhZwGJQ",
32+
"en": "https://www.youtube.com/watch?v=amyDNhZwGJQ"
3033
}
34+
}
35+
3136

32-
3337
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /