-
Notifications
You must be signed in to change notification settings - Fork 72
Curriculum
Phillip Best edited this page Mar 6, 2019
·
1 revision
Ensure that Tkinter is installed and using the correct version. Create a simple "Hello, World!" application, and explore simple positional options in Tkinter.
- Python Introduction — What Python should you know before starting this course?
- Tkinter Introduction — What is Tkinter?
- Tkinter Setup — Ensure that Tkinter is working and that an appropriate Tk version is installed (8.6 preferred)
- Simple "Hello, World!" app placing static text in a window.
- "Hello, World!" improvement, greeting the user in the console in response to click events.
- Exploration and explanation of positioning options in Tkinter.