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
Copy file name to clipboardExpand all lines: README.es.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@
7
7
8
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
9
10
-
<!-- hide -->
11
10
Estos Ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error o falta de ortografía, por favor contribuye y repórtalo.
12
11
13
-
## Instalación en un clic:
14
-
15
-
[](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git)
12
+
<!-- hide -->
13
+
14
+
## Instalación en un clic (recomendado)
16
15
16
+
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/master-python-programming-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git).
17
+
18
+
> 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`
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.
44
-
45
45
46
46
## ¿Cómo están organizados los ejercicios?
47
47
@@ -51,6 +51,8 @@ Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes arc
51
51
2.**README.md:** contiene las instrucciones del ejercicio.
52
52
3.**test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
53
53
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.
55
+
54
56
# Colaboradores
55
57
56
58
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/README.es.md):es:*
11
+
9
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.
10
13
11
14
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
41
+
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
39
42
40
43
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
41
44
@@ -46,9 +49,6 @@ $ learnpack start
46
49
47
50
<!-- endhide -->
48
51
49
-
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.
50
-
51
-
52
52
## How are the exercises organized?
53
53
54
54
Each exercise is a small react application containing the following files:
@@ -57,6 +57,8 @@ Each exercise is a small react application containing the following files:
57
57
2.**README.md:** contains exercise instructions.
58
58
3.**test.py:** you don't have to open this file, it contains the testing script for the exercise.
59
59
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
+
60
62
## Contributors
61
63
62
64
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
@@ -67,7 +69,6 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
72
73
73
74
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