Skip to content

Commit d1442ae

Browse files
authored
Merge pull request #24 from Lorenagubaira/patch-1
Update learn.json
2 parents c02d9c0 + 4a6678b commit d1442ae

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

learn.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
"syntax": "python",
1212
"duration" : 2,
1313
"projectType": "project",
14+
"autoPlay": false,
1415
"description" : {
15-
"us": "Learn the basics on how to optimize or better build algorithms in Python for Machine Learning",
16-
"es": "Aprende lo básico sobre cómo optimizar o construir mejor algoritmos en Python para Aprendizaje Automático."
17-
}
16+
"us": "Learn how to optimize and build better Python algorithms for Machine Learning. Follow a step-by-step guide, improve code performance and master key techniques. Complete exercises, compare solutions and improve your skills.",
17+
"es": "Aprende a optimizar y construir mejores algoritmos en Python para Machine Learning. Sigue una guía paso a paso, mejora el rendimiento del código y domina técnicas clave. Completa ejercicios, compara soluciones y mejora tus habilidades."
18+
},
19+
"telemetry": {
20+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=395"
21+
}
1822
}

0 commit comments

Comments
 (0)