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-4
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
18
18
19
19
> Una vez ya tengas abirto 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`
20
20
21
-
22
21
### Instalación local:
23
22
24
23
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+:
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.
48
46
49
47
## ¿Cómo están organizados los ejercicios?
50
48
@@ -54,6 +52,8 @@ Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes arc
54
52
2.**README.md:** contiene las instrucciones del ejercicio.
55
53
3.**test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
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
## Colaboradores
58
58
59
59
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
@@ -62,5 +62,6 @@ Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
66
+
67
+
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).
Copy file name to clipboardExpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
By <ahref="https://twitter.com/alesanchezr">@alesanchezr</a> and <ahref="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">other contributors</a> at <ahref="http://4geeksacademy.co/">4Geeks Academy</a>.
5
5
<!-- endhide -->
6
6
7
+
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/README.es.md):es:*
8
+
7
9
In this series you will Learn HTTP and how to use the Python Requests package to create HTTP Requests GET, POST, PUT, DELETE. The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.
8
10
9
11
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
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.
45
46
46
47
## How are the exercises organized?
47
48
@@ -51,6 +52,8 @@ Each exercise is a small react application containing the following files:
51
52
2.**README.md:** contains exercise instructions.
52
53
3.**test.py:** you don't have to open this file, it contains the testing script for the exercise.
53
54
55
+
> 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
+
54
57
## Contributors
55
58
56
59
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
@@ -60,3 +63,5 @@ 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!
66
+
67
+
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