From 568f0862513c2d0d1207e6b939e950452e80382f Mon Sep 17 00:00:00 2001 From: Elvira Quiroz Date: Tue, 29 Mar 2022 19:13:14 +0000 Subject: [PATCH 1/2] https://github.com/learnpack/learnpack/issues/811 --- .gitignore | 2 +- README.es.md | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 15 +++++----- 3 files changed, 94 insertions(+), 8 deletions(-) create mode 100644 README.es.md diff --git a/.gitignore b/.gitignore index f3ca55f4..6a7061b2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ !bc.json !learn.json !README.md -!README.*.md +!README.es.md !/exercises !/exercises/* diff --git a/README.es.md b/README.es.md new file mode 100644 index 00000000..36795e0f --- /dev/null +++ b/README.es.md @@ -0,0 +1,85 @@ + + + + + +
+

🐍 Tutorial Master Python

+

Por @alesanchezr y otros colaboradores de 4Geeks Academy

+ + + follow on Twitter + +
+ +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. + +

📚 Tabla de contenidos:

+ + + + + + + + + + + + +
1. Python para principiantes
2. Practica loops en listas y tuplas
3. Practica funciones
4. Master Python (intermediate)← 🔥 your are here now
5. Python API Requests
6.¿Qué sigue? Solicita un nuevo tutorial o colabora.
Añadiremos tu perfil a nuestra lista de colaboradores
+ +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: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git) + + +## Instalación local: + +1. Instala learnpack, el administrador de paquetes para tutoriales de aprendizaje y el complemento del compilador html para learnpack, asegúrate de tener también node.js 14+: + +``` +$ npm i learnpack -g +$ learnpack plugins:install learnpack-python +``` + +2. Descarga este ejercicio en particular usando learnpack y `cd` para entrar en la carpeta: + +``` +$ 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. + +3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json: + +```sh +$ RUN pip3 install pytest==4.4.2 pytest-testdox mock +$ 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. + + +## ¿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 16a940fd..070a4a1e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o ## Local Installation -1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+: +1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+: ``` $ npm i learnpack -g @@ -76,10 +76,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) 📖 -This project follows the -[all-contributors](https://github.com/kentcdodds/all-contributors) -specification. Contributions of any kind are welcome! +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! From f5823dce7147fb81384103b6abde49c09d8cfa7c Mon Sep 17 00:00:00 2001 From: Elvira Quiroz Date: Wed, 30 Mar 2022 19:51:38 +0000 Subject: [PATCH 2/2] badge uploaded --- README.es.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.es.md b/README.es.md index 36795e0f..25723357 100644 --- a/README.es.md +++ b/README.es.md @@ -3,7 +3,7 @@

🐍 Tutorial Master Python

-

Por @alesanchezr y otros colaboradores de 4Geeks Academy

+

Por @alesanchezr y otros colaboradores de 4Geeks Academy

follow on Twitter diff --git a/README.md b/README.md index 070a4a1e..afbbda2e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

🐍 Mastering Python Algorithms Tutorial

-

By @alesanchezr and other contributors at 4Geeks Academy

+

By @alesanchezr and other contributors at 4Geeks Academy

follow on Twitter