
Worked Example: Using urllib
Worked Example: Using urllib
29 Syys 20163min

12.6 Parsing Web Pages
Now we will look at the HypertextMarkup Language (HTML) that we retrieved using Python and extract links from that HTML. We are slowly building a very simple web search engine.
29 Syys 20166min

Worked Example: Parsing HTML
Worked Example: Parsing HTML using the BeautifulSoup library.
29 Syys 20169min

13.1 Data on the Web
We look at two different ways to format data for transmission across the network including JavaScript Object Notation (JSON) and eXtended Markup Language (XML).
29 Syys 20162min

13.2 eXtensible Markup Language (XML)
We look at how data is represented using the XML format.
28 Syys 20165min

Worked Example: XML
Worked Example: XML
28 Syys 20166min

13.3 XML Schema
We look at how we can use XML Schema to determine whether or not a particular bit of XML is valid.
28 Syys 201614min

13.4 JavaScript Object Notation
We learn about the popular JSON data format and how to handle the JSON data in Python.
28 Syys 20166min



















