From 0504c4bd9a341721153749b4d0ee1acb6cd6dbe2 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:38:07 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca84173d..974629f1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - Complete the problems using calculus, algebra and Python. -## 🌱 How to start this project. +## 🌱 How to start this project Follow the instructions below: @@ -14,10 +14,10 @@ Follow the instructions below: ## 🚛 How to deliver this project -Once you have finished solving the exercises, be sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link. +Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link. ## 📝 Instructions Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. Complete each of them, one by one. -> NOTA: Solution: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb \ No newline at end of file +> Solution: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb From 55a902fab10d3c7d45a72befe86faae1a610f805 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:39:24 +0100 Subject: [PATCH 2/4] Update README.es.md --- README.es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.es.md b/README.es.md index 5f8eb314..4365ec6a 100644 --- a/README.es.md +++ b/README.es.md @@ -4,7 +4,7 @@ - Resolver los problemas utilizando cálculo, álgebra y Python. -## 🌱 Cómo iniciar este proyecto +## 🌱 Cómo iniciar este proyecto Sigue las siguientes instrucciones: @@ -20,4 +20,4 @@ Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios. Completa cada uno de ellos, uno por uno. -> NOTA: Solución: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb \ No newline at end of file +> Solución: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb From 9fd2bdf70448943aeadddbbb76383f0eff929cf6 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:40:12 +0100 Subject: [PATCH 3/4] Update learn.json --- learn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn.json b/learn.json index fc0f8766..4b3652ee 100644 --- a/learn.json +++ b/learn.json @@ -11,5 +11,5 @@ "duration" : 2, "projectType": "project", "autoStart": false, - "description" : "Use your numpy, pandas and matplotib skills to practice a little about calculus and algebra" + "description" : "Use your NumPy, Pandas, and Matplotib skills to practice a little about calculus and algebra" } From 2e37394fcf4b01e46774820d56c6651693afdfe1 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:42:25 +0100 Subject: [PATCH 4/4] Update learn.json --- learn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn.json b/learn.json index 4b3652ee..4e7af053 100644 --- a/learn.json +++ b/learn.json @@ -11,5 +11,5 @@ "duration" : 2, "projectType": "project", "autoStart": false, - "description" : "Use your NumPy, Pandas, and Matplotib skills to practice a little about calculus and algebra" + "description" : "Use your NumPy, Pandas, and Matplotlib skills to practice a little about calculus and algebra" }