From the course: Getting Started with Python Object Oriented Programming: A Hands-On Approach
What you should know - Python Tutorial
From the course: Getting Started with Python Object Oriented Programming: A Hands-On Approach
What you should know
- [Instructor] Object-oriented programming in Python is not for the faint-hearted. Having said that, it's not too difficult either, as long as you are willing to put in the study time to understand it. For this course, however, you need some basic prior Python knowledge, so for example, things like editing and running simple Python code, basic knowledge of the syntax, working with variables, input and output, sequence, selection, and iteration, which basically means things like if statements and if else, that kind of stuff, and for loops and while loops, and working with functions is going to be pretty essential as well 'cause they're a significant part of what we're going to be looking at. So if any of those things sound a bit scary, then I recommend you go back and do one of the more basic courses in the library. But if you've got most of those under your belt, then great, hop on board, and we'll see you in the next video.