I am trying to connect to website using python
html=urllib.urlopen('https://www.python.org').read()
Error
IOError: [Errno socket error] [Errno 10060]
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Please help me to connect through different ways