Remove HTML from files with Python
Got a file with some HTML you want to remove? All you need to do is parse the file with a Python script, using the Python library BeautifulSoup. If that sounds unfamiliar to you, you should watch Corey Schafers beginner…