I looked at previous similar questions and got only more confused.
In python 3.4, I want to read an html page as a string, given the url.
In perl I do this w
urllib.request.urlopen(url).read() should return you the raw HTML page as a string.
urllib.request.urlopen(url).read()