Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 397 Bytes

File metadata and controls

10 lines (9 loc) · 397 Bytes

0x11. Python - Network #1

Learning objectives for this project:

  • How to fetch internet resources with the Python package urllib
  • How to decode urllib body response
  • How to use the Python package requests #requestsiswaysimplerthanurllib
  • How to make HTTP GET request
  • How to make HTTP POST/PUT/etc. request
  • How to fetch JSON resources
  • How to manipulate data from an external service