Skip to content

Commit 75e38f4

Browse files
authored
Merge pull request 4GeeksAcademy#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)