From the course: Python Object-Oriented Programming
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Setting up the development environment - Python Tutorial
From the course: Python Object-Oriented Programming
Setting up the development environment
- [Instructor] There are a couple of different ways you can work with the example code in this course. I've set up a GitHub repository with the examples. And you can find it at this link. The course content is organized into two separate folders. There's the Finished folder which contains all of the code examples in their finished state so you can compare your code against them as you work through the course. The Start folder contains the code examples in their beginning state. This is the folder I will be working in throughout the course as we build towards the finished state for each example. If you want to download the examples and work with them locally in your computer, then that's easy enough to do. All you need to do is go to the Code menu here, and then in the Local panel, either clone the repository directly to your computer or you can download a zip file and then use your favorite code editor to work on them.…