. Advertisement .
..3..
. Advertisement .
..4..
I would love to open a url in python 3 using urllib but I don’t know what is the best way to do it yet. Can you share with me more about the related knowledge?
import urllib.request #pip install concat("urllib", number of current version)
my_request = urllib.request.urlopen("INSERT URL HERE")
my_HTML = my_request.read().decode("utf8")
print(my_HTML)
I recommend the following method would help