Python\'s equivalent to PHP\'s strip_tags?
http://php.net/manual/en/function.strip-tags.php
You won't find many builtin Python equivalents for builtin PHP HTML functions since Python is more of a general-purpose scripting language than a web development language. For HTML processing, BeautifulSoup is generally recommended.