Ok the weather app is done.
Er, only it’s not the weather app anymore, it’s just a temperature app.
The program was meant to pull all sorts of details from Wunderground and apparently the site has changed into a different, more complicated (to me) web page.
I did not want to spend all my time, futzing with CSS.
So I figured out how to just pull out the place name and the temperature and display it.

Things I learnt,

  • How to use Requests and Beautiful Soup to scrape and parse web pages.
  • Practiced my documentation skills a bit.
  • Learnt to fend for myself.

The code’s on Gitlab and Github.