Skip to content

Commit

Permalink
Update learn.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenagubaira authored Jan 30, 2025
1 parent 0a6b058 commit e05ac37
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"title" : "Calculus and Algebra problems with Python",
"gitpod": true,
"title" : {
"us": "Calculus and Algebra problems with Python",
"es": "Problemas de Calculo y Algebra con Python"
},
"slug" : "calculus-and-algebra-problems-with-python",
"preview": "https://github.com/breatheco-de/calculus-and-algebra-problems-with-python/blob/main/preview.jpeg?raw=true",
"solution": "https://github.com/breatheco-de/calculus-and-algebra-problems-with-python/blob/main/solutions.ipynb",
Expand All @@ -11,5 +15,11 @@
"duration" : 2,
"projectType": "project",
"autoStart": false,
"description" : "Use your NumPy, Pandas, and Matplotlib skills to practice a little about calculus and algebra"
"description" : {
"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.",
"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."
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=357"
}
}

0 comments on commit e05ac37

Please sign in to comment.