Skip to content

Commit 75e38f4

Browse files
authored
Merge pull request #21 from josemoracard/jose1-README
fixed text README
2 parents 855aa82 + b9dd883 commit 75e38f4

File tree

2 files changed

+27
-43
lines changed

2 files changed

+27
-43
lines changed

β€ŽREADME.es.md

+12-21
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,38 @@
11
<!-- hide -->
22
# 🐍 Tutorial y Ejercicios de Python API Requests
33

4-
Por <a href="https://twitter.com/alesanchezr">@alesanchezr</a> y <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">otros contribuidores</a> at <a href="http://4geeksacademy.co/">4Geeks Academy</a>
4+
Por <a href="https://twitter.com/alesanchezr">@alesanchezr</a> y <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">otros contribuidores</a> de <a href="http://4geeksacademy.co/">4Geeks Academy</a>
55
<!-- endhide -->
66

7-
En esta serie, aprenderΓ‘s HTTP y cΓ³mo usar el package requests de Python para crear solicitudes HTTP GET, POST, PUT, DELETE.
7+
En esta serie, aprenderΓ‘s HTTP (*Hypertext Transfer Protocol*) y cΓ³mo usar el **package requests** de Python para crear solicitudes HTTP GET, POST, PUT, DELETE.
88

99
Todo el tutorial es πŸ‘† interactivo, βœ… calificado automΓ‘ticamente y con πŸ“Ή videos tutoriales.
1010

11-
Estos Ejercicios son colaborativos, Β‘te necesitamos! Si encuentras algΓΊn error o falta de ortografΓ­a, por favor contribuye y repΓ³rtalo.
11+
Estos ejercicios son colaborativos, Β‘te necesitamos! Si encuentras algΓΊn error o falta de ortografΓ­a, por favor contribuye y repΓ³rtalo.
1212

1313
<!-- hide -->
1414

1515
## InstalaciΓ³n en un clic (recomendado)
1616

1717
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-http-requests-api-tutorial-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises).
1818

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`
19+
> 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`
2020
2121
### InstalaciΓ³n local:
2222

2323
Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
2424

25-
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+:
25+
1. AsegΓΊrate de instalar [LearnPack](https://www.learnpack.co/), node.js versiΓ³n 14+ y Python versiΓ³n 3+. Este es el comando para instalar LearnPack:
2626

2727
```bash
2828
$ npm i learnpack -g
2929
$ learnpack plugins:install learnpack-python
3030
```
3131

32-
2. Descarga este ejercicio en particular usando learnpack y `cd` para entrar en la carpeta:
32+
2. Comienza con los ejercicios ejecutando el siguiente comando al mismo nivel que tu archivo `learn.json`:
3333

3434
```bash
35-
$ learnpack download python-http-requests-api-tutorial-exercises
36-
$ cd python-http-requests-api-tutorial-exercises
37-
```
38-
39-
> Nota: Una vez que termine de descargar, encontrarΓ‘s la carpeta "exercises" que contiene todos los ejercicios.
40-
41-
3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json:
42-
43-
```bash
44-
$ pip install pytest==4.4.2 mock pytest-testdox
35+
$ pip3 install pytest==6.2.5 pytest-testdox mock requests toml
4536
$ learnpack start
4637
```
4738
<!-- endhide -->
@@ -50,20 +41,20 @@ $ learnpack start
5041

5142
Cada ejercicio es un pequeΓ±o proyecto en Python que contiene los siguientes archivos:
5243

53-
1. **app.py:** representa el archivo de entrada de python que serΓ‘ ejecutado en el computador.
44+
1. **app.py:** representa el archivo de entrada de Python que serΓ‘ ejecutado en el computador.
5445
2. **README.md:** contiene las instrucciones del ejercicio.
5546
3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
5647

57-
> 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+
> Nota: Estos ejercicios tienen calificaciΓ³n automΓ‘tica. Los tests son muy rΓ­gidos y estrictos, mi recomendaciΓ³n es que no prestes demasiada atenciΓ³n a los tests y los uses solo como una sugerencia o podrΓ­as frustrarte.
5849
5950
## Colaboradores
6051

6152
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
6253

63-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribuciΓ³n: (programador) πŸ’» (idea) πŸ€”, (build-tests) ⚠️ , (pull-request-review) πŸ€“ (build-tutorial) βœ… (documentaciΓ³n) πŸ“–
54+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribuciΓ³n: (programador) πŸ’», (idea) πŸ€”, (build-tests) ⚠️, (pull-request-review) πŸ‘€, (build-tutorial) βœ…, (documentaciΓ³n) πŸ“–
6455

65-
2. [Paolo (plucodev)](https://github.com/plucodev), contribuciΓ³n: (bug reports) πŸ›, (programador), (traducciΓ³n) 🌎
56+
2. [Paolo (plucodev)](https://github.com/plucodev), contribuciΓ³n: (bug reports) πŸ›, (programador) πŸ’», (traducciΓ³n) 🌎
6657

6758
Este proyecto sigue la especificaciΓ³n [all-contributors](https://github.com/kentcdodds/all-contributors). Β‘Todas las contribuciones son bienvenidas!
6859

69-
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).
60+
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/es/inicio) realizado por [Alejandro SΓ‘nchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce mΓ‘s sobre nuestros [Cursos 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

+15-22
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,34 @@ By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https
77
<!-- endhide -->
88

99

10-
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.
10+
In this series you will Learn HTTP (*Hypertext Transfer Protocol*) and how to use the Python **requests package** to create HTTP requests GET, POST, PUT, DELETE.
1111

12-
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
12+
The entire tutorial is πŸ‘† interactive, βœ… auto-graded and with πŸ“Ή video tutorials.
13+
14+
These exercises were built in collaboration, we need you! If you find any bugs or misspells, please contribute and report them.
1315

1416
<!-- hide -->
1517
## One click installation (recommended):
1618

1719
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/python-http-requests-api-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises).
1820

19-
> 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`
21+
> Once you have VSCode open, the LearnPack exercises should start automatically. If the exercises don't run automatically, you can try typing on your terminal: `$ learnpack start`
2022
2123
## Local Installation
2224

2325
Clone the repository in your local environment and follow the steps below:
2426

25-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
27+
1. Make sure you install [LearnPack](https://www.learnpack.co/), node.js version 14+, and Python version 3+. This is the command to install LearnPack:
2628

27-
```
29+
```bash
2830
$ npm i learnpack -g
2931
$ learnpack plugins:install learnpack-python
3032
```
3133

32-
2. Download this particular exercise using learnpack and `cd` into the folder:
33-
34-
```
35-
$ learnpack download python-http-requests-api-tutorial-exercises
36-
$ cd python-http-requests-api-tutorial-exercises
37-
```
38-
39-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
40-
41-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
34+
2. Start the tutorial/exercises by running the following command at the same level your `learn.json` file is:
4235

43-
```sh
44-
$ pip install pytest==4.4.2 mock pytest-testdox
36+
```bash
37+
$ pip3 install pytest==6.2.5 pytest-testdox mock requests toml
4538
$ learnpack start
4639
```
4740
<!-- endhide -->
@@ -54,16 +47,16 @@ Each exercise is a small react application containing the following files:
5447
2. **README.md:** contains exercise instructions.
5548
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.
5649

57-
> 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+
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
5851
5952
## Contributors
6053

6154
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
6255

63-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) πŸ’» (idea) πŸ€”, (build-tests) ⚠️ , (pull-request-review) πŸ‘€ (build-tutorial) βœ… (documentation) πŸ“–
56+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) πŸ’», (idea) πŸ€”, (build-tests) ⚠️, (pull-request-review) πŸ‘€, (build-tutorial) βœ…, (documentation) πŸ“–
6457

65-
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) πŸ›, contribution: (coder), (translation) 🌎
58+
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) πŸ›, contribution: (coder) πŸ’», (translation) 🌎
6659

67-
This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
60+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
6861

69-
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).
62+
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)