SyntaxFix
Write A Post
Hire A Developer
Questions
You can read HTML page using 'urllib'.
#python 2.x import urllib page = urllib.urlopen("your path ").read() print page