Skip to content

Commit 1d881ec

Browse files
authored
Merge pull request #51 from josemoracard/jose1-README
fixed text README
2 parents e35f788 + 28611ce commit 1d881ec

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

README.es.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<!-- hide -->
22
# 🐍 Tutorial Master Python
33

4-
<p>Por <a href="https://twitter.com/alesanchezr">@alesanchezr</a> y <a href="https://github.com/4GeeksAcademy//master-python-programming-exercises/graphs/contributors">otros colaboradores</a> de <a href="http://4geeksacademy.co/">4Geeks Academy</a><a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://raw.githubusercontent.com/ElviraQDP/master-python-programming-exercises/master/badge-master-python.png"></a>
4+
Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](https://github.com/4GeeksAcademy//master-python-programming-exercises/graphs/contributors) de [4Geeks Academy](http://4geeksacademy.co/)
5+
6+
<a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://raw.githubusercontent.com/ElviraQDP/master-python-programming-exercises/master/badge-master-python.png"></a>
57

68
<!-- endhide -->
79

8-
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.
10+
Después de terminar la serie de principiantes, funciones y bucles; esta serie te preparará para tu próximo trabajo o cualquier otro desafío de programación. Practica todo lo necesario para construir algoritmos con Python, desde desafíos intermedios hasta difíciles.
11+
12+
Todo el tutorial es 👆 interactivo y ✅ calificado automáticamente.
913

1014
Estos Ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error o falta de ortografía, por favor contribuye y repórtalo.
1115

@@ -21,24 +25,24 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
2125

2226
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+:
2327

24-
```
28+
```bash
2529
$ npm i learnpack -g
2630
$ learnpack plugins:install learnpack-python
2731
```
2832

29-
2. Descarga este ejercicio en particular usando learnpack y `cd` para entrar en la carpeta:
33+
2. Descarga este tutorial en particular usando learnpack y `cd` para entrar en la carpeta:
3034

31-
```
35+
```bash
3236
$ learnpack download master-python-programming-exercises
3337
$ cd master-python-programming-exercises
3438
```
3539

3640
> Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
3741
38-
3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json:
42+
3. Comienza con los ejercicios ejecutando los siguientes comandos en el mismo nivel que tu archivo learn.json:
3943

40-
```sh
41-
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
44+
```bash
45+
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
4246
$ learnpack start
4347
```
4448
<!-- endhide -->
@@ -47,23 +51,23 @@ $ learnpack start
4751

4852
Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes archivos:
4953

50-
1. **app.py:** representa el archivo de entrada de python que será ejecutado en el computador.
54+
1. **app.py:** representa el archivo de entrada de Python que será ejecutado en el computador.
5155
2. **README.md:** contiene las instrucciones del ejercicio.
5256
3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
5357

54-
> 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.
58+
> Nota: Estos ejercicios tienen calificación automática. Los tests son muy rígidos y estrictos, mi recomendación es que no prestes demasiada atención a los tests y los uses solo como una sugerencia o podrías frustrarte.
5559
5660
# Colaboradores
5761

5862
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
5963

60-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 🤓 (build-tutorial) ✅ (documentación) 📖
64+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀, (build-tutorial) ✅, (documentación) 📖
6165

62-
2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) 🐛, (programador), (traducción) 🌎
66+
2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) 🐛, (programador) 💻, (traducción) 🌎
6367

6468
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
6569

6670
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
6771

68-
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Curso de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).
72+
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Cursos de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).
6973

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<!-- hide -->
22
# 🐍 Mastering Python Algorithms Tutorial
33

4-
By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https://github.com/4GeeksAcademy//master-python-programming-exercises/graphs/contributors">other contributors</a> at <a href="http://4geeksacademy.co/">4Geeks Academy</a>
4+
By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](https://github.com/4GeeksAcademy//master-python-programming-exercises/graphs/contributors) at [4Geeks Academy](http://4geeksacademy.co/)
55

66
<a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://raw.githubusercontent.com/4GeeksAcademy/master-python-programming-exercises/master/badge-master-python.png" /></a>
77

88
<!-- endhide -->
99

1010
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/README.es.md) :es:*
1111

12-
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.
12+
After you finish the begginers, functions, and loop series, this series will really prepare you for your next job or any other programming challenge. Practice everything there is to know to build algorithms with Python, from intermediate to hard challenges.
1313

14-
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
14+
The entire tutorial is 👆 interactive and ✅ auto-graded.
15+
16+
These exercises were built in collaboration, we need you! If you find any bugs or misspellings, please contribute and report them.
1517

1618
<!-- hide -->
1719

@@ -21,54 +23,53 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
2123

2224
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
2325
24-
2526
## Local Installation
2627

2728
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
2829

29-
```
30+
```bash
3031
$ npm i learnpack -g
3132
$ learnpack plugins:install learnpack-python
3233
```
3334

34-
2. Download this particular exercise using learnpack and `cd` into the folder:
35+
2. Download this particular tutorial using learnpack and `cd` into the folder:
3536

36-
```
37+
```bash
3738
$ learnpack download master-python-programming-exercises
3839
$ cd master-python-programming-exercises
3940
```
4041

41-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
42+
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
4243
43-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
44+
3. Start the tutorial/exercises by running the following command at the same level your learn.json file is:
4445

45-
```sh
46-
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
46+
```bash
47+
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
4748
$ learnpack start
4849
```
4950

5051
<!-- endhide -->
5152

5253
## How are the exercises organized?
5354

54-
Each exercise is a small react application containing the following files:
55+
Each exercise is a small React application containing the following files:
5556

56-
1. **app.py:** represents the entry python file that will be executed by the computer.
57+
1. **app.py:** represents the entry Python file that will be executed by the computer.
5758
2. **README.md:** contains exercise instructions.
5859
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
5960

60-
> 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.
61+
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
6162
6263
## Contributors
6364

6465
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
6566

66-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
67+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻, (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀, (build-tutorial) ✅, (documentation) 📖
6768

68-
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎
69+
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, (coder) 💻, (translation) 🌎
6970

70-
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :🐛, (translation) 🌎
71+
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
7172

72-
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
73+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
7374

7475
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).

0 commit comments

Comments
 (0)