From ce65b64bf4582f7e98ec99b5df294dc1d50ae60f Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Fri, 14 Apr 2023 12:25:22 +0000
Subject: [PATCH 1/2] codespaces reference
---
README.es.md | 16 +++++++++-------
README.md | 11 ++++++-----
2 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/README.es.md b/README.es.md
index 691faebf..e32b4652 100644
--- a/README.es.md
+++ b/README.es.md
@@ -7,13 +7,15 @@
Después de terminar la serie de principiantes, funciones y bucles; Esta serie realmente lo preparará para su próximo trabajo o cualquier otro desafío de programación. Practique todo lo que necesita saber para construir algoritmos con python, desde desafíos intermedios hasta difíciles: todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con 📹 videos tutoriales.
-
Estos Ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error o falta de ortografía, por favor contribuye y repórtalo.
-## Instalación en un clic:
-
-[](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git)
+
+
+## Instalación en un clic (recomendado)
+Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
+
+> Una vez ya tengas abierto VSCode, los ejercicios de LearnPack deberían empezar automáticamente; si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
## Instalación local:
@@ -31,7 +33,7 @@ $ learnpack download master-python-programming-exercises
$ cd master-python-programming-exercises
```
-Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
+> Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json:
@@ -40,8 +42,6 @@ $ RUN pip3 install pytest==4.4.2 pytest-testdox mock
$ learnpack start
```
-Nota: Los ejercicios tienen calificación automática pero es muy rígido y fuerte, mi recomendación es ignorar las pruebas y usarlas solo como una recomendación o podrás frustrarte.
-
## ¿Cómo están organizados los ejercicios?
@@ -51,6 +51,8 @@ Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes arc
2. **README.md:** contiene las instrucciones del ejercicio.
3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
+> Nota: Los ejercicios tienen calificación automática pero es muy rígido y fuerte, mi recomendación es ignorar las pruebas y usarlas solo como una recomendación o podrás frustrarte.
+
# Colaboradores
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
diff --git a/README.md b/README.md
index 9906d196..537eefb0 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ By @alesanchezr and
+
+*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/README.es.md) :es:*
+
After you finished the begginers, functions and loops series; This series will really prepare you for your next job or any any other programming challenge. Practice everything there you need to know to build algorithms with python, from intermadiate to hard challenges: The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
@@ -35,7 +38,7 @@ $ learnpack download master-python-programming-exercises
$ cd master-python-programming-exercises
```
-Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
+> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
@@ -46,9 +49,6 @@ $ learnpack start
-Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
-
-
## How are the exercises organized?
Each exercise is a small react application containing the following files:
@@ -57,6 +57,8 @@ Each exercise is a small react application containing the following files:
2. **README.md:** contains exercise instructions.
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
+> Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
+
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
@@ -67,7 +69,6 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :🐛, (translation) 🌎
-
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).
From 8f06faea59c7ecb117dc3e9085336a66bbb14a2c Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Thu, 20 Apr 2023 21:39:44 +0000
Subject: [PATCH 2/2] the links in .es were updated
---
README.es.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.es.md b/README.es.md
index e32b4652..409fffc6 100644
--- a/README.es.md
+++ b/README.es.md
@@ -13,7 +13,7 @@ Estos Ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error
## Instalación en un clic (recomendado)
-Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
+Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/master-python-programming-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git).
> Una vez ya tengas abierto VSCode, los ejercicios de LearnPack deberían empezar automáticamente; si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`