( ). find findall ( , ), [0], ):
table = soup.find('table' ,attrs={'class':'bp_ergebnis_tab_info'})
find, td:
first_td = table.find('td')
renderContents() :
text = first_td.renderContents()
... ( strip() :
trimmed_text = text.strip()
:
>>> print trimmed_text
This is a sample text
>>>
.