-
Notifications
You must be signed in to change notification settings - Fork 202
/
learn.json
35 lines (32 loc) · 1.21 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"intro": "https://youtu.be/GjQEotj3t6Y?si=cVWLDw5H_FcdOrIY",
"title": {
"us": "Learn Python Functions Interactively",
"es": "Aprende las funciones de Python Interactivamente"
},
"slug": "python-function-exercises",
"repository": "https://github.com/4GeeksAcademy/python-functions-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-functions-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Learn and master functional programming by doing auto-graded interactive exercises.",
"es": "Aprende y domina funciones en Python haciendo ejercicios interactivos y auto-evaluados."
},
"duration": 10,
"difficulty": "easy",
"projectType": "tutorial",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"editor": {
"version": "4.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=SD9lqR67yMY",
"en": "https://www.youtube.com/watch?v=06rxSj-9wM4"
}
}
}