Skip to content

Commit 444b0a8

Browse files
authored
Merge pull request #18 from Lorenagubaira/python-http-requests-api-tutorial-exercises
codespaces reference
2 parents 3f57622 + f643bf5 commit 444b0a8

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.es.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
1818

1919
> 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`
2020
21-
2221
### Instalación local:
2322

2423
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+:
@@ -35,7 +34,7 @@ $ learnpack download python-http-requests-api-tutorial-exercises
3534
$ cd python-http-requests-api-tutorial-exercises
3635
```
3736

38-
Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
37+
> Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
3938
4039
3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json:
4140

@@ -44,7 +43,6 @@ $ pip install pytest==4.4.2 mock pytest-testdox
4443
$ learnpack start
4544
```
4645
<!-- endhide -->
47-
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.
4846

4947
## ¿Cómo están organizados los ejercicios?
5048

@@ -54,6 +52,8 @@ Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes arc
5452
2. **README.md:** contiene las instrucciones del ejercicio.
5553
3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
5654

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+
5757
## Colaboradores
5858

5959
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
6262

6363
2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) 🐛, (programador), (traducción) 🌎
6464

65-
6665
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).

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">other contributors</a> at <a href="http://4geeksacademy.co/">4Geeks Academy</a>.
55
<!-- endhide -->
66

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+
79
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.
810

911
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
@@ -32,7 +34,7 @@ $ learnpack download python-http-requests-api-tutorial-exercises
3234
$ cd python-http-requests-api-tutorial-exercises
3335
```
3436

35-
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
37+
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
3638
3739
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
3840

@@ -41,7 +43,6 @@ $ pip install pytest==4.4.2 mock pytest-testdox
4143
$ learnpack start
4244
```
4345
<!-- endhide -->
44-
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.
4546

4647
## How are the exercises organized?
4748

@@ -51,6 +52,8 @@ Each exercise is a small react application containing the following files:
5152
2. **README.md:** contains exercise instructions.
5253
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
5354

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+
5457
## Contributors
5558

5659
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
6063
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎
6164

6265
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

Comments
 (0)