The assignment (from Sedgewick, Wayne, and Dondero Programming in Python p. 396)): "Find a website that publishes the current temperature in your area, and write a screen-scraper program weather.py" that will take a ZIP code and report "a weather forecast".

1. You can refer to this Python online text for information on processing web data:

https://www.pythonlearn.com/html-270/book013.html

Section 12.4 through 12.7 are the relevant sections!

2. Refer to the stock analyzer program from our authors, provided below on Moodle.

3. You might want to add GUI elements after you get the program working.

Last modified: Thursday, October 19, 2017, 11:31 AM