Skip to content

Commit a2e3553

Browse files
authored
Merge pull request #51 from josemoracard/jose1-README
fixed text README
2 parents 46963a8 + 3938ca8 commit a2e3553

File tree

3 files changed

+35
-42
lines changed

3 files changed

+35
-42
lines changed

README.es.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- hide -->
2-
# 🐍 Turorial y Ejercicios sobre Funciones de Python</h1>
3-
Creado por <a href="https://twitter.com/alesanchezr">@alesanchezr</a> y <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">othors contribuyentes</a> en <a href="http://4geeksacademy.com/">4Geeks Academy</a>
2+
# 🐍 Tutorial y Ejercicios sobre Funciones de Python</h1>
3+
Creado por <a href="https://twitter.com/alesanchezr">@alesanchezr</a> y <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">otros contribuyentes</a> en <a href="http://4geeksacademy.com/">4Geeks Academy</a>
44

55
<a href="https://4geeks.com/interactive-exercise/python-function-exercises"><img height="280" align="right" src="https://raw.githubusercontent.com/4GeeksAcademy/python-lists-loops-programming-exercises/master/python-lp-badge.png"></a>
66
<!-- endhide -->
@@ -11,68 +11,65 @@ Aprende y practica las funciones de Python. Vas a ver los siguientes conceptos:
1111

1212
2. Llamar a una función.
1313

14-
3. Alcances de funciones.
14+
3. Alcance de una función.
1515

16-
4. Funciones añadidas.
16+
4. Funciones anidadas.
1717

1818
5. Recursividad de funciones y muchos otros conceptos funcionales.
1919

20-
Todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con. 📹 videos tutoriales.
20+
Todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con 📹 video tutoriales.
2121

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

24-
<p align="center">
25-
<a href="https://www.youtube.com/watch?v=GjQEotj3t6Y&list=PLCVs_S8Skwp9_apbj_ls2euakDALiWqSN"><img src="https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/python-intro.gif?raw=true"></a>
26-
</p>
27-
2824
<!-- hide -->
2925

3026
## Instalación en un clic (recomendado)
3127

3228
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-functions-programming-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises.git).
3329

34-
> 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`
30+
> 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`
3531
3632
## Instalación local:
3733

38-
1) Asegúrate de instalar [learnpack](https://learnpack.co), `node.js` version 14+ y python version 3+. Este es el comando para instalar learnpack:
34+
1) Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack:
3935

40-
```sh
36+
```bash
4137
$ npm i learnpack -g && learnpack plugins:install learnpack-python
4238
```
4339

44-
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.
40+
2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarás una carpeta nueva con un subdirectorio llamado "exercises" que contiene los ejercicios.
4541

46-
```sh
42+
```bash
4743
$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git
4844
```
4945

5046
3) Comienza el tutorial/ejercicios ejecutando el siguiente comando en la raíz del proyecto:
5147

52-
```sh
48+
```bash
5349
$ cd python-functions-programming-exercises
5450
$ pip install pytest==4.4.2 mock pytest-testdox
5551
$ learnpack start
5652
```
53+
5754
<!-- endhide -->
5855

5956
## ¿Cómo están organizados los ejercicios?
6057

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

63-
1. **app.py:** representa el archivo de entrada de python que será ejecutado en el computador.
60+
1. **app.py:** representa el archivo de entrada de Python que será ejecutado en el computador.
6461
2. **README.md:** contiene las instrucciones del ejercicio.
65-
3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
62+
3. **test.py:** no tienes que abrir este archivo, contiene los scripts de pruebas del ejercicio.
6663

67-
> 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.
64+
> 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.
6865
6966
## Colaboradores
7067

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

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

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

7774
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (traducción) 🌎
7875

@@ -82,4 +79,4 @@ Este proyecto sigue la especificación [all-contributors](https://github.com/ken
8279

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

85-
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).
82+
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).

README.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https
66
<a href="https://4geeks.com/interactive-exercise/python-function-exercises"><img height="280" align="right" src="https://raw.githubusercontent.com/4GeeksAcademy/python-lists-loops-programming-exercises/master/python-lp-badge.png"></a>
77
<!-- endhide -->
88

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

11-
Learn and practice Python Functions. You will see the folowing concepts:
11+
Learn and practice Python Functions. You will see the following concepts:
1212

1313
1. Declaring a function.
1414

@@ -18,65 +18,61 @@ Learn and practice Python Functions. You will see the folowing concepts:
1818

1919
4. Nest functions.
2020

21-
5. Function recursivity, and many other functional concepts.
21+
5. Recursive functions and many other functional concepts.
2222

2323
> Note: The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
2424
25-
These exercises were built in collaboration, we need you! If you find any bugs or misspells please contribute and report them.
26-
27-
<p align="center">
28-
<a href="https://www.youtube.com/watch?v=GjQEotj3t6Y&list=PLCVs_S8Skwp9_apbj_ls2euakDALiWqSN"><img src="https://github.com/4GeeksAcademy/python-beginner-programming-exercises/blob/master/python-intro.gif?raw=true"></a>
29-
</p>
25+
These exercises were built in collaboration, we need you! If you find any bugs or misspellings, please contribute and report them.
3026

3127
<!-- hide -->
3228

3329
## One click installation (recommended):
3430

3531
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-functions-programming-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises).
3632

37-
> 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`
33+
> 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`
3834
3935
## Local Installation
4036

41-
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:
37+
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:
4238

43-
```
39+
```bash
4440
$ npm i learnpack -g && learnpack plugins:install learnpack-python
4541
```
4642

47-
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
43+
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within.
4844

49-
```
45+
```bash
5046
$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git
5147
```
5248

5349
3) Start the tutorial/exercises by running the following command from the root of the project:
5450

55-
```sh
51+
```bash
5652
$ cd python-functions-programming-exercises
5753
$ pip install pytest==4.4.2 mock pytest-testdox
5854
$ learnpack start
5955
```
6056

61-
6257
<!-- endhide -->
58+
6359
## How are the exercises organized?
6460

65-
Each exercise is a small react application containing the following files:
61+
Each exercise is a small React application containing the following files:
6662

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

71-
> 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.
67+
> 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.
7268
7369
## Contributors
7470

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

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

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

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

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": "https://github.com/4GeeksAcademy/python-functions-programming-exercises",
88
"preview": "https://github.com/4GeeksAcademy/python-functions-programming-exercises/blob/master/preview.gif?raw=true",
99
"description": {
10-
"us": "Learn and master functional programing by doing auto-graded interactive exercises.",
10+
"us": "Learn and master functional programming by doing auto-graded interactive exercises.",
1111
"es": "Aprende y domina funciones en Python haciendo ejercicios interactivos y auto-evaluados."
1212
},
1313
"duration": 10,

0 commit comments

Comments
 (0)