1. Go to the digital book "Think Like a Computer Scientist" and work through the reading, video tutorials, sample questions. Training POINTS 30
2. Exercises
--> Complete the Overview of GUI's in Python --> Getting Started with GUI's --> 20 Pts
--> Complete Chapter 15 from Think Like a Computer Scientist --> 30 Pts
3. Teacher Challenge
--> Create your Own GUI! Criteria coming soon...
I will grade by logging into the Instructor Copy of the book, viewing and running your file.
Criteria - Best Practices in Programming
a) proper programming style
b) correct syntax
c) avoiding repetition when you can use loops
d) reviewed code with no syntax errors
e) commenting on code
f) the program runs as intended