|
1 | 1 | {
|
2 | 2 | "language": "python3",
|
3 | 3 | "slug": "practice-python",
|
4 | | - "title": "Master Python by practice (interactive)", |
| 4 | + "title": { |
| 5 | + "us": "Master Python by practice (interactive)", |
| 6 | + "es": "Domina Python Practicando (interactivo)" |
| 7 | + }, |
5 | 8 | "repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
|
6 | 9 | "preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
|
7 | | - "description": "Practice your Python programming skills with this interactive and auto-graded set of exercises.", |
| 10 | + "description": { |
| 11 | + "us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.", |
| 12 | + "es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados." |
| 13 | + }, |
8 | 14 | "duration": 10,
|
9 | 15 | "difficulty": "easy",
|
10 | 16 | "videoSolutions": false,
|
|
0 commit comments