Urllib Module
TL;DR
The urllib
package provides URL handling through four submodules: request
(fetch URLs), parse
(manipulate URLs), error
(exceptions), and robotparser
(robots.txt).
Interesting!
Unlike many languages that require external libraries, Python includes full-featured HTTP client capabilities right in the standard library!