An open API service indexing awesome lists of open source software.

https://github.com/aadewunmi/scraping-numbers-from-html-using-beautifulsoup

Scraping Numbers from HTML using BeautifulSoup . This program will use urllib to read the HTML from the data files below, and parse the data, extracting numbers and compute the sum of the numbers in the file.
https://github.com/aadewunmi/scraping-numbers-from-html-using-beautifulsoup

beautifulsoup mysql python3 web-scraping

Last synced: about 1 month ago
JSON representation

Scraping Numbers from HTML using BeautifulSoup . This program will use urllib to read the HTML from the data files below, and parse the data, extracting numbers and compute the sum of the numbers in the file.

Awesome Lists containing this project

README

        

# Scraping Numbers from HTML using BeautifulSoup

This program will use urllib to read the HTML from the data files below,

and parse the data, extracting numbers and compute the sum of the numbers in the file.