Dec
9th
Tue
9th
stripping HTML tags in Python
from BeautifulSoup import BeautifulSoup ''.join(BeautifulSoup(page).findAll(text=True))source: Euan