-
Notifications
You must be signed in to change notification settings - Fork 125
/
learn.json
28 lines (26 loc) · 939 Bytes
/
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
{
"language": "python3",
"slug": "practice-python",
"title": {
"us": "Master Python by practice (interactive)",
"es": "Domina Python Practicando (interactivo)"
},
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados."
},
"duration": 10,
"difficulty": "easy",
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"editor": {
"version": "4.0.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}