Skip to content

Commit f37c8c5

Browse files
committed
2 parents db97bcc + 77a27c9 commit f37c8c5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

learn.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"title" : "Calculus and Algebra problems with Python",
2+
"gitpod": true,
3+
"title" : {
4+
"us": "Calculus and Algebra problems with Python",
5+
"es": "Problemas de Calculo y Algebra con Python"
6+
},
37
"slug" : "calculus-and-algebra-problems-with-python",
48
"preview": "https://github.com/breatheco-de/calculus-and-algebra-problems-with-python/blob/main/preview.jpeg?raw=true",
59
"solution": "https://github.com/breatheco-de/calculus-and-algebra-problems-with-python/blob/main/solutions.ipynb",
@@ -11,5 +15,11 @@
1115
"duration" : 2,
1216
"projectType": "project",
1317
"autoStart": false,
14-
"description" : "Use your NumPy, Pandas, and Matplotlib skills to practice a little about calculus and algebra"
18+
"description" : {
19+
"us": "Practice your calculus and algebra skills using Python with NumPy, Pandas, and Matplotlib. Work through real-life exercises like calculating speed, acceleration, and cost optimization. Build functions, graphs, and tables while learning key concepts in calculus and linear algebra, such as derivatives and matrix operations.",
20+
"es": "Practica tus habilidades en cálculo y álgebra usando Python con NumPy, Pandas y Matplotlib. Resuelve ejercicios de la vida real como calcular velocidad, aceleración y optimización de costos. Construye funciones, gráficos y tablas mientras aprendes conceptos clave en cálculo y álgebra lineal, como derivadas y operaciones con matrices."
21+
},
22+
"telemetry": {
23+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=357"
24+
}
1525
}

0 commit comments

Comments
 (0)