how can i increase the speed of socket
- by Emma
how can i increase speed of socket in python ?
my code :
import urllib
proxies = {'http': 'http://75.21.47.2:8080/'}
opener = urllib.FancyURLopener(proxies)
r = opener.open("http://www.python.org/")
print r.read()