Skip to content

Commit 0bb603d

Browse files
committed
more informative intro, deleted some folders
1 parent 546e2a8 commit 0bb603d

File tree

5 files changed

+6
-48
lines changed

5 files changed

+6
-48
lines changed

exercises/00-hello-world/README.es.md

-13
This file was deleted.

exercises/00-hello-world/README.md

-13
This file was deleted.

exercises/00-welcome/README.es.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# `00` Welcome to Python API Requests!
22

3-
Python Requests es el paquete más popular para consumir APIs y hacer solicitudes HTTP.
3+
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.
4+
5+
Con Python Requests, puedes hacer fácilmente solicitudes GET, POST, PUT, DELETE para comunicarte con servidores web y obtener datos. Admite el manejo de autenticación, encabezados, cookies y sesiones, permitiendo una integración sin problemas con diversos servicios web.
46

57
Aquí aprenderás:
68

exercises/00-welcome/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# `00` Welcome to Python API Requests!
22

3-
Python Requests is the most popular package for consuming APIs and doing HTTP requests.
3+
Python Requests is a powerful and widely-used package for interacting with APIs and performing HTTP requests in Python applications. It simplifies the process of sending HTTP requests and handling responses, making it a favorite tool among developers for integrating with web services and fetching data from APIs.
4+
5+
With Python Requests, you can easily make GET, POST, PUT, DELETE, to communicate with web servers and retrieve data. It supports handling authentication, headers, cookies, and sessions, allowing for seamless integration with various web services.
46

57
Here you will learn:
68

exercises/01-what-is-a-request/README.es.md

-20
This file was deleted.

0 commit comments

Comments
 (0)