-
Notifications
You must be signed in to change notification settings - Fork 405
/
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
{
"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/.learn/assets/preview.png?raw=true",
"description": {
"us": "Python exercises for beginners, starting from the basics like 'Hello World' to more advanced concepts like variables, loops, functions, and data structures. These hands-on challenges guide you step by step through Python programming, offering interactive and auto-graded lessons to build a solid foundation.",
"es": "Ejercicios de Python para principiantes, comenzando desde lo básico como 'Hola Mundo' hasta conceptos más avanzados como variables, bucles, funciones y estructuras de datos. Estos desafíos prácticos te guían paso a paso en la programación con Python, ofreciendo lecciones interactivas y autoevaluadas para construir una base sólida."
},
"duration": 10,
"difficulty": "easy",
"videoSolutions": true,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"technologies": ["strings", "python-functions", "conditionals", "variables", "condicionales", "funciones-de-python"],
"editor": {
"version": "5.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=145"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=IXNSwnN-YqM",
"en": "https://www.youtube.com/watch?v=amyDNhZwGJQ"
}
}
}