-
Notifications
You must be signed in to change notification settings - Fork 601
Expand file tree
/
Copy pathlearn.json
More file actions
26 lines (26 loc) · 1.53 KB
/
learn.json
File metadata and controls
26 lines (26 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/preview.jpeg",
"solution": "https://github.com/breatheco-de/calculus-and-algebra-problems-with-python/blob/main/solutions.ipynb",
"status": "published",
"translations": ["es", "us"],
"technologies": ["matplotlib", "numpy", "pandas", "python", "machine learning", "data science"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"template_url": "self",
"projectType": "project",
"autoStart": false,
"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"
}
}