Python Requests Tutorial: HTTP Requests and Web Scraping

スクレイピング

Learn how to install and use “requests”, one of Python’s most popular module by downloads and adoption.

This step-by-step guide covers installation, making HTTP GET/POST requests, handling errors and timeouts, and scraping data from websites. It is important for Python developers who want to integrate their applications with external services and retrieve data from websites.

👉 Links
🔗 Requests: https://requests.readthedocs.io/en/latest/
🔗 Example Domain: https://example.com
🔗 httpbin.org: https://httpbin.org

📚 Chapters
00:00 Introduction
00:36 GET Request
01:49 HTTP Status Codes
02:33 Request Content
03:22 POST Request
04:54 Handling Errors
07:17 Setting a Timeout
09:27 HTTP Request Headers
10:22 Web Scraping with BeautifulSoup
12:38 Requests vs urllib

#pixegami #python

コメント

  1. rubo111 より:

    I was doing your AWS CDK courses a few weeks back. Good to see you put this up, I have started looking into API courses on Udemy, but this looks like a good practical example to get stuck into!

  2. Martín Leiva より:

    Excellent video!

  3. Mohamed Tarek より:

    You’re the SFW engineering channel i was lookin for. you birlliantly fill the gap between datat science and SFW dev in one channel. plz don’t stop making content no matter how simple the questions or the requests are.

タイトルとURLをコピーしました