From the course: Learning Python

Exercise files

- [Instructor] I've provided a set of exercise files to accompany this course, which you can download from the associated GitHub repository. You can see here that I've placed them on my desktop so that they're easy to access, but you can place them wherever is most convenient for you. So let's open the folder and take a look at how they're arranged. You can see that the exercise files are arranged according to the chapter that they correspond to in the course. So let's open up one of the chapters. Each exercise file has a name and ends with either _start or _finished. The _start version of the file is the starting point of that particular exercise that I will use to build towards the finished working version. The finished version right here is the corresponding code in it's finished state. Now, how you use these exercise files is entirely up to you. If you want to use the start version and then follow along with me as I build toward the finished version, well, that's great. If you want to jump ahead and just look at the finished version to see how everything works, well, that's great too. It's entirely up to you. So once you have the excess files folder downloaded, and you've got it where you want it on your system, then you're ready to go.

Contents