|
1 | 1 | {
|
2 | 2 | "slug": "python-beginner-programming-exercises",
|
3 | | - "title": "Learn Python Interactively (beginner)", |
| 3 | + "title": { |
| 4 | + "us": "Learn Python Interactively (beginner)", |
| 5 | + "es": "Aprende Python Interactivamente (Principiante)" |
| 6 | + }, |
4 | 7 | "intro": "https://www.youtube.com/watch?v=amyDNhZwGJQ",
|
5 | 8 | "repository": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises",
|
6 | 9 | "preview": "https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/preview.png?raw=true",
|
7 | | - "description": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions", |
| 10 | + "description": { |
| 11 | + "us": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions.", |
| 12 | + "es": "Ejercicios de Python para principiantos, desde Hello World hasta variables, ciclos y un poco de funciones." |
| 13 | + }, |
8 | 14 | "duration": 10,
|
9 | 15 | "difficulty": "easy",
|
10 | 16 | "videoSolutions": true,
|
|
0 commit comments