From the course: Intermediate Python for Non-Programmers
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Instances - Python Tutorial
From the course: Intermediate Python for Non-Programmers
Instances
- [Instructor] Now because I want to create a new file for every new topic that we learn here, you'll notice that I've already created an instances.py and brought over some of the previous code that we learned from classes. The reason for this is I don't think you want to watch me create a new file for every single video here inside of the course. So just want you to know that that's going to be the plan going forward. So we learned about classes in our last video, and we learned that they are blueprints. And what is the whole purpose of a blueprint? Well, it's there to help you create something. In the typical sense, you have a blueprint of a house and then you use that blueprint to create a bunch of different houses. Now the blueprint gives you a good idea of the basics of each of those individual houses, but inside of each of those houses, they may have different colors or different carpets, things like that. And you'll notice that this analogy comes over to classes. So here we…
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.