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
Aprende y practica las funciones de Python. Vas a ver los siguientes conceptos:
8
9
9
10
1. Declarar una función.
@@ -26,9 +27,11 @@ Estos ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error
26
27
27
28
<!-- hide -->
28
29
29
-
## Instalación en un clic:
30
+
## Instalación en un clic (recomendado)
31
+
32
+
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
30
33
31
-
Haz clic en los siguientes enlaces para abrir este tutorial inmediatamente en [Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-functions-programming-exercises) o [Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises.git).
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`
32
35
33
36
## Instalación local:
34
37
@@ -51,9 +54,6 @@ $ cd python-functions-programming-exercises
51
54
$ pip install pytest==4.4.2 mock pytest-testdox
52
55
$ learnpack start
53
56
```
54
-
55
-
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.
56
-
57
57
<!-- endhide -->
58
58
59
59
## ¿Cómo están organizados los ejercicios?
@@ -64,6 +64,8 @@ Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes arc
64
64
2.**README.md:** contiene las instrucciones del ejercicio.
65
65
3.**test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
66
66
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.
68
+
67
69
## Colaboradores
68
70
69
71
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-functions-programming-exercises/blob/master/README.es.md):es:*
10
+
8
11
Learn and practice Python Functions. You will see the folowing concepts:
9
12
10
13
1. Declaring a function.
@@ -17,7 +20,7 @@ Learn and practice Python Functions. You will see the folowing concepts:
17
20
18
21
5. Function recursivity, and many other functional concepts.
19
22
20
-
Note: The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
23
+
> Note: The entire tutorial is 👆 interactive, ✅ auto-graded and with 📹 video tutorials.
21
24
22
25
These exercises were built in collaboration, we need you! If you find any bugs or misspells please contribute and report them.
23
26
@@ -26,9 +29,12 @@ These exercises were built in collaboration, we need you! If you find any bugs o
26
29
</p>
27
30
28
31
<!-- hide -->
29
-
## One click installation:
30
32
31
-
Click in the following links to open immediately in [Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-functions-programming-exercises) or [Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises.git).
33
+
## One click installation (recommended):
34
+
35
+
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
36
+
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`
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.
56
61
57
62
<!-- endhide -->
58
63
## How are the exercises organized?
@@ -63,6 +68,8 @@ Each exercise is a small react application containing the following files:
63
68
2.**README.md:** contains exercise instructions.
64
69
3.**test.py:** you don't have to open this file, it contains the testing script for the exercise.
65
70
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.
72
+
66
73
## Contributors
67
74
68
75
Thanks to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
0 commit comments