Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/00-welcome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Python Requests is a powerful and widely-used package for interacting with 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:
Here you will learn the next 5 points:

1. How to do GET requests?
1. How to do GET requests?
2. How to fetch data properties and information?
3. How to set request headers?
4. How to set request content-type?
Expand Down