Skip to content

Assignment: Use urllib to read the HTML from the data files, and parse the data, extracting numbers and compute the sum of the numbers in the file.The file is a table of names and comment counts. You can ignore most of the data in the file except for lines like the following: “<tr><td>Modu</td><td><span class="comments">90</span></td></tr>.” You…

Notifications You must be signed in to change notification settings

lageshay/Scraping_HTML_Data_with_BeautifulSoup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Scraping_HTML_Data_with_BeautifulSoup

Assignment: Use urllib to read the HTML from the data files, and parse the data, extracting numbers and compute the sum of the numbers in the file.The file is a table of names and comment counts. You can ignore most of the data in the file except for lines like the following: “<tr><td>Modu</td><td><span class="comments">90</span></td></tr>.” You are to find all the <span> tags in the file, pull out the numbers from the tag, and sum the numbers. From 'Python for Everybody' University of Michigan course via Coursera.

About

Assignment: Use urllib to read the HTML from the data files, and parse the data, extracting numbers and compute the sum of the numbers in the file.The file is a table of names and comment counts. You can ignore most of the data in the file except for lines like the following: “<tr><td>Modu</td><td><span class="comments">90</span></td></tr>.” You…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published