Lorna
0
Q:

beautifulsoup get text

# Find all of the text between paragraph tags and strip out the html
page = soup.find('p').getText()
0
mydivs = soup.findAll("div", {"class": "stylelistrow"})
1

New to Communities?

Join the community