-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
34 lines (31 loc) · 1.07 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
{
"language": "python3",
"slug": "python-lists-loops",
"title": {
"us": "Learn Python Loops and lists Interactively",
"es": "Aprende listas y bucles de Python Interactivamente"
},
"repository": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions",
"es": "Practica listas y tuplas de Python con ejercicios interactivos, auto-evaluados y con video soluiones"
},
"duration": 10,
"difficulty": "easy",
"projectType": "tutorial",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"editor": {
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=xMg9d0KsYAk",
"en": "https://www.youtube.com/watch?v=xMg9d0KsYAk"
}
}
}