This video covers claases and objects, is as per VTU syllabus of B.E. 6th semester, Python Application Programming (17CS664).
This video covers second part of module-5, continued part of Networked Programs. Below are the content discussed in this video:
Reading binary files using urllib
Parsing HTML and scraping the web
Parsing HTML using regular expressions
Parsing HTML using BeautifulSoup
As the video covers a special python library called BeautifulSoup. You need to install this package to execute the programs. You can download and install the BeautifulSoup code from:
https://pypi.python.org/pypi/beautifulsoup4
Information on installing BeautifulSoup with the Python Package Index tool pip is available at:
https://packaging.python.org/tutorials/installing-packages/
The book referred to make this video is 'Python for Everybody' and can be downloaded from the link given below:
http://do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.pdf