I\'m starting to learn Python and I\'ve decided to code a simple scraper. One problem I\'m encountering is I cannot convert a NavigableString to a regular string.
U
I tried to decode when I should have encoded:
str(child.encode('utf-8'))