Python\'s equivalent to PHP\'s strip_tags?
http://php.net/manual/en/function.strip-tags.php
I built one for Python 3 using the HTMLParser class. It is more verbose than PHP's. I called it the HTMLCleaner class, and you can find the source here and you can find examples here.