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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,11 @@ Esta serie en particular es para principiantes de Python. Aprenderás los siguie
15
15
16
16
Todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con 📹 videos tutoriales.
17
17
18
-
<!-- hide -->
19
18
20
19
¡Te necesitamos! Estos ejercicios se crean y mantienen con colaboradores como tú. Si encuentra salgún error o falta de ortografía, contribuye y/o infórmanos.
Nota: Una vez que termines de descargarlo, encontrarás una carpeta llamada "exercises" que contiene los ejercicios.
49
+
> Nota: Una vez que termines de descargarlo, encontrarás una carpeta llamada "exercises" que contiene los ejercicios.
49
50
50
51
3. Inicializa el tutorial/exercises ejecutando el siguiente comando al mismo nivel en el que se encuentra tu archivo bc.json:
51
52
@@ -56,7 +57,6 @@ $ learnpack start
56
57
57
58
<!-- endhide -->
58
59
59
-
Nota: Los ejercicios tienen tests automatizados, sin embargo, estos suelen ser muy rígidos y estrictos. Mi recomendación es que utilices los tests como recomendación o puedes frustrarte.
60
60
61
61
## ¿Cómo están organizados los ejercicios?
62
62
@@ -66,6 +66,8 @@ Cada ejercicio es una pequeña aplicación de react que contiene los siguientes
66
66
2.**README.es.md:** Contiene las instrucciones del ejercicio.
67
67
3.**test.py:** Contiene el script del test para el ejercicio (no es necesario que abras este archivo)
68
68
69
+
> Nota: Los ejercicios tienen tests automatizados, sin embargo, estos suelen ser muy rígidos y estrictos. Mi recomendación es que utilices los tests como recomendación o puedes frustrarte.
70
+
69
71
## Colaboradores
70
72
71
73
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/Lorenagubaira/python-beginner-programming-exercises/blob/master/README.es.md):es:*
11
+
10
12
This exercises are the ideal first step for anyone trying to learn Python, we start from the most simple challenge like printing a message on the terminal and slowly increase step by step.
11
13
12
14
This particular series are for Python beginners. You will learn:
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.
60
61
61
62
<!-- endhide -->
63
+
62
64
## How are the exercises organized?
63
65
64
66
Each exercise is a small react application containing the following files:
@@ -67,6 +69,8 @@ Each exercise is a small react application containing the following files:
67
69
2.**README.md:** contains exercise instructions.
68
70
3.**test.py:** you don't have to open this file, it contains the testing script for the exercise.
69
71
72
+
> 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.
73
+
70
74
## Contributors
71
75
72
76
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
0 commit comments