-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.json
36 lines (33 loc) · 1.69 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
36
{
"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 Python functions through interactive, auto-graded exercises. Master key concepts like declaring, calling, and nesting functions, as well as recursion and scopes. This hands-on approach helps solidify functional programming skills, with instant feedback and video tutorials to guide your learning.",
"es": "Aprende funciones en Python a través de ejercicios interactivos y autoevaluados. Domina conceptos clave como declarar, llamar y anidar funciones, así como la recursión y los ámbitos. Este enfoque práctico ayuda a consolidar habilidades de programación funcional, con retroalimentación instantánea y tutoriales en video."
},
"duration": 10,
"difficulty": "easy",
"projectType": "tutorial",
"autoPlay": "true",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"editor": {
"version": "5.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=147"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=SD9lqR67yMY",
"en": "https://www.youtube.com/watch?v=06rxSj-9wM4"
}
}
}