From the course: Programming Foundations: Real-World Examples

Using the exercise files - Python Tutorial

From the course: Programming Foundations: Real-World Examples

Start my 1-month free trial

Using the exercise files

- For this course, I've included Exercise Files for you to practice with and use as a reference. They're organized into numbered directories for each chapter of the course, and then within each chapter there's numbered directories for each video. Inside of the video folders, you'll find scripts corresponding to that video. For some of the video segments in this course, I'll be typing in commands directly into the Python Interactive Shell to demonstrate certain concepts. The example files corresponding to those videos will contain a series of commands that I enter into IDLE for you to use as a reference later. I'll include some additional comments and code around the commands, such as Print Statements, so the example file can be run as a standalone Python program, and it'll give you a similar output. For other video segments, we'll be looking at some short example programs, and sometimes modifying them using IDLE as the text editor. In that case, I'll give you both the start and end state of the programs, so you can follow along with me in the video from the start state and then have the end state as well for reference. As you go through this course, I encourage you to try running the example programs yourself, and modifying them to test out and play around with the different programming concepts I cover in these videos.

Contents