I wanted to remove all the tags in HTML file. For that I used re module of python. For example, consider the line Hello World!.I want to retain
Hello World!
Beautiful Soup is great for parsing html!
You might not require it now, but it's worth learning to use it. Will help you in the future too.