Как открыть HTML -файл в Python
file = codecs.open("sample.html", "r", "utf-8")
Exuberant Elephant
file = codecs.open("sample.html", "r", "utf-8")