diff --git a/README.es.md b/README.es.md index a6471da..90c8a62 100644 --- a/README.es.md +++ b/README.es.md @@ -4,7 +4,7 @@ - Resolver los problemas utilizando probabilidad 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: También incorporamos muestras de solución en `./src/solutions.ipynb` que te sugerimos encarecidamente que solo uses si estás atascado por más de 30 minutos o si ya has terminado y quieres compararlo con tu enfoque. +> Nota: También incorporamos muestras de solución en `./notebook/solutions.ipynb` que te sugerimos honestamente que solo uses si estás atascado por más de 30 minutos o si ya has terminado y quieres compararlo con tu enfoque. diff --git a/README.md b/README.md index 9b2b9c8..1c4123f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # Probability in Python - Step by step guide -- Complete the problems using probability and Python. +- Complete the problems using probability 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. -Note: We also incorporated a `./notebook/solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30min or if you have already finished and want to compare it with your approach. +> Note: We also incorporated a `./notebook/solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach. diff --git a/learn.json b/learn.json index d2f6179..34d15aa 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 probabilities" + "description" : "Use your NumPy, Pandas, and Matplotlib skills to practice a little about probabilities" }