Autonomía digital y tecnológica

Código e ideas para una internet distribuida

Linkoteca. urllib2


The urllib2 module can be used to download data from the web (network resource access). This data can be a file, a website or whatever you want Python to download. The module supports HTTP, HTTPS, FTP and several other protocols.