Unit 0-03

Learning Outcome

At the end of this lesson, you will be able to:

  • create an application that can perform an action with a button

Review

  • review creating a GUI
  • review the importance of style when naming things

Lesson

  • demo of Hello World Button GUI

Activity

  • nil

Daily Assignment

  • recreate the Address program, but with a button

Extra

  • there is no equivalent to a "button" in console Python
    • move the button above where the text will show up, centred at the top

Code Links