From ae4b87497c95d704c6167a3d369057eff64fea69 Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Tue, 29 Mar 2022 18:53:10 +0000
Subject: [PATCH 1/6] https://github.com/learnpack/learnpack/issues/811
---
README.es.md | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++
README.md | 16 +++++----
2 files changed, 104 insertions(+), 7 deletions(-)
create mode 100644 README.es.md
diff --git a/README.es.md b/README.es.md
new file mode 100644
index 0000000..076587f
--- /dev/null
+++ b/README.es.md
@@ -0,0 +1,95 @@
+
+
+Aprende y practica las funciones de Python. Aprenderás los siguientes conceptos:
+
+1. Declarar una función,
+
+2. llamar a una función,
+
+3. alcances de funciones,
+
+4. funciones anidadad
+
+5. recursividad de funciones y muchos otros conceptos funcionales.
+
+Todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con. 📹 videos tutoriales.
+
+📚 Tabla de contenidos
+
+
+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/python-functions-programming-exercises.git)
+
+
+## Local Installation
+
+1) Asegúrate de instalar [learnpack](https://learnpack.co), `node.js` version 14+ y python version 3+. Este es el comando para instalar learnpack:
+
+```
+$ npm i learnpack -g && learnpack plugins:install learnpack-python
+```
+
+2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarás un carpeta nueva con un subdirectorio "exercises" que contiene los ejercicios.
+
+```
+$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git
+```
+
+3) Comienza el tutorial/ejercicios ejecutando el siguiente comando en la raíz del proyecto:
+
+```sh
+$ cd python-functions-programming-exercises
+$ pip install pytest==4.4.2 mock pytest-testdox
+$ learnpack start
+```
+
+## ¿Cómo están organizados los ejercicios?
+
+Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes archivos:
+
+1. **app.py:** representa el archivo de entrada de python que será ejecutado en el computador.
+2. **README.md:** contiene las instrucciones del ejercicio.
+3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
+
+## Colaboradores
+
+Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
+
+1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 🤓 (build-tutorial) ✅ (documentación) 📖
+
+2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) 🐛, (programador), (traducción) 🌎
+
+3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
+
+Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
\ No newline at end of file
diff --git a/README.md b/README.md
index 3c46c2f..6af3d8a 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o
-One click installation:
+## One click installation:
[](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises.git)
@@ -44,6 +44,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o
1) Make sure you have [learnpack](https://learnpack.co) installed, `node.js` version 14+ and python version 3+. This is the command to install learnpack:
```
+
$ npm i learnpack -g && learnpack plugins:install learnpack-python
```
@@ -73,10 +74,11 @@ Each exercise is a small react application containing the following files:
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
-1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
-2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) :bug:, contribution: (coder), (translation) :earth_americas:
-3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :bug:, (translation) :earth_africa:
+1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
+
+2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎
+
+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 project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
From c4acb5006870617596a8984cc24810af212f491c Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Tue, 29 Mar 2022 19:10:38 +0000
Subject: [PATCH 2/6] misspell
---
README.es.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.es.md b/README.es.md
index 076587f..eb6ddc1 100644
--- a/README.es.md
+++ b/README.es.md
@@ -51,8 +51,7 @@ Estos ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error
[](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises.git)
-
-## Local Installation
+## Instalación local:
1) Asegúrate de instalar [learnpack](https://learnpack.co), `node.js` version 14+ y python version 3+. Este es el comando para instalar learnpack:
From 3e0b05a960f1f09aee38ec702ad9bb08e2e6c650 Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Tue, 29 Mar 2022 23:07:30 +0000
Subject: [PATCH 3/6] missing content
---
README.es.md | 2 ++
README.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/README.es.md b/README.es.md
index eb6ddc1..10a3067 100644
--- a/README.es.md
+++ b/README.es.md
@@ -73,6 +73,8 @@ $ pip install pytest==4.4.2 mock pytest-testdox
$ learnpack start
```
+Nota: Estos ejercicios tienen calificación automática pero es un tanto rígida, te recomiendo ignorar los tests, considéralos como una recomendación o podrías frustrarte.
+
## ¿Cómo están organizados los ejercicios?
Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes archivos:
diff --git a/README.md b/README.md
index 6af3d8a..85a0314 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ $ pip install pytest==4.4.2 mock pytest-testdox
$ 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:
From 1c2549e636c33a9413f731b3e9a93bc88ea1fa2c Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Wed, 30 Mar 2022 19:43:11 +0000
Subject: [PATCH 4/6] badge added
---
README.es.md | 2 ++
README.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/README.es.md b/README.es.md
index 10a3067..a3a3bf8 100644
--- a/README.es.md
+++ b/README.es.md
@@ -1,3 +1,5 @@
+
+
 |
diff --git a/README.md b/README.md
index 85a0314..a8da560 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
 |
From a54cb3d2666d104c6356ee2442c9150f2167e9da Mon Sep 17 00:00:00 2001
From: Elvira Quiroz
Date: Wed, 30 Mar 2022 19:45:05 +0000
Subject: [PATCH 5/6] badge
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a8da560..fd529c5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
-
-