You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Por <ahref="https://twitter.com/alesanchezr">@alesanchezr</a> y <ahref="https://github.com/4GeeksAcademy//master-python-programming-exercises/graphs/contributors">otros colaboradores</a> de <ahref="http://4geeksacademy.co/">4Geeks Academy</a><ahref="https://www.4geeksacademy.co"><imgheight="280"align="right"src="https://raw.githubusercontent.com/ElviraQDP/master-python-programming-exercises/master/badge-master-python.png"></a>
5
+
6
+
<!-- endhide -->
7
+
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.
9
+
10
+
<!-- hide -->
11
+
Estos Ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error o falta de ortografía, por favor contribuye y repórtalo.
12
+
13
+
## Instalación en un clic:
14
+
15
+
[](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git)
16
+
17
+
18
+
## Instalación local:
19
+
20
+
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+:
21
+
22
+
```
23
+
$ npm i learnpack -g
24
+
$ learnpack plugins:install learnpack-python
25
+
```
26
+
27
+
2. Descarga este ejercicio en particular usando learnpack y `cd` para entrar en la carpeta:
Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
35
+
36
+
3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json:
37
+
38
+
```sh
39
+
$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
40
+
$ learnpack start
41
+
```
42
+
<!-- endhide -->
43
+
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.
44
+
45
+
46
+
## ¿Cómo están organizados los ejercicios?
47
+
48
+
Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes archivos:
49
+
50
+
1.**app.py:** representa el archivo de entrada de python que será ejecutado en el computador.
51
+
2.**README.md:** contiene las instrucciones del ejercicio.
52
+
3.**test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
53
+
54
+
# Colaboradores
55
+
56
+
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
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.
4
+
By <ahref="https://twitter.com/alesanchezr">@alesanchezr</a> and <ahref="https://github.com/4GeeksAcademy//master-python-programming-exercises/graphs/contributors">other contributors</a> at <ahref="http://4geeksacademy.co/">4Geeks Academy</a>
<tr><td>5. <ahref="https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises">Python API Requests</a></td></tr>
29
-
<tr><td>6. What next? <ahref="https://github.com/4GeeksAcademy/About-4Geeks-Academy/issues/new">Request a new tutorial</a> or <ahref="https://github.com/4GeeksAcademy/About-4Geeks-Academy/labels/help%20wanted">collaborate</a>.<br /> We will feature your profile in our list of contributors</td></tr>
30
-
</table>
8
+
<!-- endhide -->
9
+
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.
31
10
11
+
<!-- hide -->
32
12
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
33
13
34
14
<h2>One click installation:</h2>
@@ -38,7 +18,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o
38
18
39
19
## Local Installation
40
20
41
-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
21
+
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
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.
65
47
66
48
@@ -76,10 +58,11 @@ Each exercise is a small react application containing the following files:
76
58
77
59
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Este es el último de una serie de ejercicios publicados para practicar Python desde cero por [@alesanchezr](https://twitter.com/alesanchezr) y [4GeeksAcademy](https://4geeksacademy.com).
6
+
7
+
Si no haz completado los otros ejercicios te recomiendo que empieces por alli:
8
+
9
+
1.[Python for beginners](https://github.com/4GeeksAcademy/python-beginner-programming-exercises)
10
+
11
+
2.[Practice Looping Lists and Tuples](https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises)
This is the last series of exercises of a list of Python interactive tutorials published by [@alesanchezr](https://twitter.com/alesanchezr) with [4GeeksAcademy](https://4geeksacademy.com).
6
+
7
+
If you have not completed them and you are new to javascript, I strongly recomend you start with:
8
+
9
+
1.[Python for beginners](https://github.com/4GeeksAcademy/python-beginner-programming-exercises)
10
+
11
+
2.[Practice Looping Lists and Tuples](https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises)
En Python, usamos `print` para hacer que el computador escriba cualquier cosa que queramos (el contenido de una variable, un texto dado, etc.) in algo llamado `la consola`.
4
4
5
5
Cada idioma tiene funciones para integrarse con la consola, ya que al principio era la única forma de interactuar con los usuarios (antes de que llegara Windows o MacOS o Linux).
6
6
7
-
Hoy en día, la impresión en la consola se utiliza sobre todo como herramienta de monitorización, ideal para dejar un rastro del contenido de las variables durante la ejecución del programa.
7
+
Hoy en día, la impresión en la consola se utiliza sobre todo como herramienta de monitoreo, ideal para dejar un rastro del contenido de las variables durante la ejecución del programa.
8
+
9
+
## Ejemplo:
8
10
9
-
Este es un ejemplo de cómo usarlo:
10
11
```py
11
12
print("How are you?")
12
13
```
13
14
14
15
## 📝 Instrucciones:
15
16
16
-
1. Usa la función `print()` para escribir "Hello World" en la consola. Siéntete libre de intentar otras cosas también.
17
+
1. Usa la función `print()` para escribir `"Hello World"` en la consola. Siéntete libre de intentar otras cosas también.
17
18
18
19
## 💡 Pista:
19
20
20
-
Video de 5 minutos sobre la consola:
21
-
https://www.youtube.com/watch?v=vROGBvX_MHQ
21
+
+ Video de 5 minutos sobre [la consola](https://www.youtube.com/watch?v=vROGBvX_MHQ)
In Python, we use `print` to make the computer write anything we want (the content of a variable, a given string, etc.) in something called "the console".
4
4
5
5
Every language has a console, as it was the only way to interact with the users at the beginning (before the Windows or MacOS arrived).
6
6
7
7
Today, printing in the console is used mostly as a monitoring tool, ideal to leave a trace of the content of variables during the program execution.
8
8
9
-
This is an example of how to use it:
9
+
## Example:
10
+
10
11
```py
11
12
print("How are you?")
12
13
```
@@ -17,5 +18,4 @@ print("How are you?")
17
18
18
19
## 💡 Hint:
19
20
20
-
5 minutes video about the console:
21
-
https://www.youtube.com/watch?v=1RlkftxAo-M
21
+
+ 5 minutes video about [the console](https://www.youtube.com/watch?v=1RlkftxAo-M)
0 commit comments