Skip to content
#

urllib

Here are 302 public repositories matching this topic...

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…

  • Updated Jan 15, 2020

Assignment: Use urllib to read the HTML from the data file, extract the href= values from the anchor tags, scan for a tag that is in a particular position relative to the first name in the list, follow that link and repeat the process a number of times and report the last name you find. Use url: http://py4e-data.dr-chuck.net/known_by_Ritchie.html.…

  • Updated Jan 15, 2020

Improve this page

Add a description, image, and links to the urllib topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the urllib topic, visit your repo's landing page and select "manage topics."

Learn more