From the course: Python GUI Development with Tkinter
Using the exercise files
From the course: Python GUI Development with Tkinter
Using the exercise files
- [Barron] For this course, I've included exercise files for you to practice with and use as reference. They're organized into numbered directories for each chapter of the course and the individual files are numbered and named according to the topics of their related videos. For video segments in which I'll use IDLE as the interactive shell to demonstrate creating and configuring widgets the example files will contain the series of commands that I enter into IDLE for you to use as a reference. I'll also add some additional code around those commands such as print statements so that the example file can be run as a stand-alone Python program and give you similar outputs to the console. For other video segments where I use IDLE to write short programs as a text editor I'll include the starting template file so you can use it to follow along and practice programming as well as the final resulting files created in the video.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.