Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to open local html file in python

import codecs
file = codecs.open("sample.html", "r", "utf-8")
print(file.read())
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #open #local #html #file #python
ADD COMMENT
Topic
Name
3+4 =