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.

Classes

Classes

- [Instructor] Now whether you're running Python on Windows, Mac, Linux, or even in your browser, it's time to now move forward and start learning some more advanced Python code. And we're going to start first with the concept of classes. If you've ever heard someone talk about object oriented programming, that's very connected with classes. So this is going to be a great concept for us to pick up on. And it's going to be most of what we're going to be learning for the next couple of videos. So this will be a decision for you for the rest of the course, whether you want to use the same, just hello dot py file that we've already created, or if you'd like to make a new file for every video or every couple of videos. For me, I'm going to be making a new file for every video, just so that you can come back and reference it later if you need to, but this decision is completely up to you. So for me, I'm going to make a new file here, and I'm going to go ahead and just save this, and I'm…

Contents