-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
26 lines (24 loc) · 1.01 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
{
"slug": "python-beginner-programming-exercises",
"title": {
"us": "Learn Python Interactively (beginner)",
"es": "Aprende Python Interactivamente (Principiante)"
},
"intro": "https://www.youtube.com/watch?v=amyDNhZwGJQ",
"repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/preview.png?raw=true",
"description": {
"us": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions.",
"es": "Ejercicios de Python para principiantos, desde Hello World hasta variables, ciclos y un poco de funciones."
},
"duration": 10,
"difficulty": "easy",
"videoSolutions": true,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"language": "python3",
"editor": {
"version": "1.0.73"
}
}