Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update learn.json #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
Loading