Skip to content

Commit

Permalink
more informative intro, deleted some folders
Browse files Browse the repository at this point in the history
  • Loading branch information
josemoracard committed Apr 8, 2024
1 parent 546e2a8 commit 0bb603d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 48 deletions.
13 changes: 0 additions & 13 deletions exercises/00-hello-world/README.es.md

This file was deleted.

13 changes: 0 additions & 13 deletions exercises/00-hello-world/README.md

This file was deleted.

4 changes: 3 additions & 1 deletion exercises/00-welcome/README.es.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# `00` Welcome to Python API Requests!

Python Requests es el paquete más popular para consumir APIs y hacer solicitudes HTTP.
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.

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.

Aquí aprenderás:

Expand Down
4 changes: 3 additions & 1 deletion exercises/00-welcome/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# `00` Welcome to Python API Requests!

Python Requests is the most popular package for consuming APIs and doing HTTP requests.
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.

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.

Here you will learn:

Expand Down
20 changes: 0 additions & 20 deletions exercises/01-what-is-a-request/README.es.md

This file was deleted.

0 comments on commit 0bb603d

Please sign in to comment.