From the course: Python Object-Oriented Programming

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

What you should know

What you should know

- [Instructor] Before we start this course, there are some important concepts that you should already be familiar with. First, you should be familiar with using developer tools such as text editors. We're going to be writing Python code in this course and Python is of course just a text format, so you can use whatever text editor you want but I'll be using Visual Studio Code for this course. And specifically, I'll be using Visual Studio Code in an online code space. But if you want to download and work locally on your computer, I suggest you use Visual Studio Code. It's free from Microsoft, it runs on Mac and Windows and Linux, and you can download it if you want to from this website, code.visualstudio.com. It has a rich ecosystem of plugins available which of course we'll take advantage of in the course. And if you'd like to learn more about Visual Studio Code just go to that link and you'll learn more. Again, though…

Contents