January 2014
Beginner
130 pages
2h 37m
English
You can view the following references to get an overview of creating the following objects:
BeautifulSoupsoup = BeautifulSoup(string)soup = BeautifulSoup(string,features="xml") #for xmlTagtag = soup.tag #accessing a tagtag.name #Tag nametag['attribute'] #Tag attributeNavigableStringsoup.tag.string #get Tag's stringRead now
Unlock full access