I wanted to write a piece of code like the following:
from bs4 import BeautifulSoup import urllib2 url = \'http://www.thefamouspeople.com/singers.php\' html = u
In urlip3 there's no .urlopen, instead try this:
.urlopen
import requests html = requests.get(url)