Web scraper
Python
A simple web scraper that collects weather information from the site and analyzes it.
He demonstrates:
Networking and HTTP Questions (Requests)
HTML parsing with BeautifulSoup
Processing and analysis of data
Working with files, recording data…