1. Web client - web scraping
  2. urllib
    1. get HTML page using urllib
    2. urllib GET with error handling
    3. Download image using urllib
  3. request
    1. get HTML page using requests
    2. Download image using requests
    3. Download image as a stream using requests
    4. Download zip file using requests
    5. Extract zip file
    6. Beautiful Soup to parse HTML
    7. requests - JSON - API
    8. httpbin.org
    9. requests get from httpbin - JSON
    10. requests get IP from httpbin - JSON
    11. requests get JSON User-Agent
    12. requests change User-Agent
    13. requests get header
    14. requests change header
    15. requests post
    16. Interactive Requests
    17. Download the weather - scraping
    18. Download the weather - API call with requests
    19. Download the weather - API call with requests
    20. Tweet
    21. bit.ly
    22. API config file
    23. Exercise: Combine web server and client