Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e9b6501

Browse files
Add spanish videos and update pacakges
1 parent fbb1723 commit e9b6501

File tree

16 files changed

+59
-2
lines changed

16 files changed

+59
-2
lines changed

‎.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"extensions": ["learn-pack.learnpack-vscode"]
2323
}
2424
},
25-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock toml requests && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/python@1.0.3"
25+
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock toml requests && npm i @learnpack/learnpack@4.0.8 -g && learnpack plugins:install @learnpack/python@1.0.3"
2626

2727
// Features to add to the dev container. More info: https://containers.dev/features.
2828
// "features": {},

‎exercises/00-welcome/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
intro: "https://www.youtube.com/watch?v=6H4Gn6-lpLI"
3+
---
4+
15
# `00` Welcome to Python API Requests!
26

37
Python Requests es una herramienta potente y ampliamente utilizada para interactuar con APIs y realizar solicitudes HTTP en aplicaciones Python. Simplifica el proceso de enviar solicitudes HTTP y manejar respuestas, convirtiéndose en una herramienta favorita entre los desarrolladores para integrarse con servicios web y obtener datos de APIs.

‎exercises/01-creating-a-request/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=eZ_5p3vyYFY"
3+
---
4+
15
# `01` Creating a Request
26

37
Python tiene integrado un [paquete de solicitudes (*requests package*)](https://requests.readthedocs.io/en/master/) eso permite a los desarrolladores crear solicitudes HTTP con bastante facilidad.

‎exercises/02-random-status/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=La95dYo4xOs"
3+
---
4+
15
# `02` Handle Response Status
26

37
La siguiente solicitud GET siempre devuelve un código de status diferente, nunca se sabe qué respuesta está recibiendo del servidor.

‎exercises/03-response-body/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=kQGUUW4ycDQ"
3+
---
4+
15
# `03` Response Body
26

37
Haga clic en este enlace para ver la respuesta que esta solicitud GET está dando en el body:

‎exercises/04-response-body-json/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=si3N6peHdjM"
3+
---
4+
15
# `04` Response JSON
26

37
Pero tener una respuesta basada en texto no es muy útil, es por eso que las API normalmente responden en formato CSV, JSON, YAML o XML.

‎exercises/05-project-name/README.es.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=sMA0NjIiVNs"
3+
---
4+
5+
16
# `05` Project name
27

38
El siguiente endpoint es ideal para recuperar proyectos de estudiantes:

‎exercises/06-project-list/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=S2qXbTLRyGA"
3+
---
4+
15
# `06` Project List
26

37
El siguiente endpoint devuelve una respuesta en formato JSON con varios proyectos en una lista:

‎exercises/07-project-list-image/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=U7vhqOETpqk"
3+
---
4+
15
# `07` Project List Image
26

37
## 📝 Instrucciones:

‎exercises/08-blog-post-author/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=NZMkq0cIIlU"
3+
---
4+
15
# `08` Post blog author
26

37
Tómate un momento para comprender el response body al hacer una solicitud GET a este endpoint:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /