From e05ac37e8a7c58dde3779015de487a81802e3ec3 Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:14:25 -0400 Subject: [PATCH] Update learn.json --- learn.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/learn.json b/learn.json index dd15d945..1800556b 100644 --- a/learn.json +++ b/learn.json @@ -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", @@ -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" +} }