From the course: Programming Concepts for Python
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Using GitHub Codespaces - Python Tutorial
From the course: Programming Concepts for Python
Using GitHub Codespaces
- [Instructor] To demonstrate coding examples throughout this course, we'll be using a GitHub Codespaces environment. If you want to follow along with coding, we recommend you use Codespaces as well. So you'll be working from the same environment as us. You can launch your own Codespaces environment by going to the GitHub page for this course shown here, clicking on this green button, and then clicking this other green button to create a new Codespace on main. It may take a minute or so for the Codespaces environment to spin up, and then you should see a Visual Studio Code window like this. Within the examples directory on the left, you'll find folders with reference codes for the examples shown throughout this course, organized by video. So for example, if you wanted to play around with the code from the first video in chapter one, which is about functions, you can find that code in the directory named 01_01_functions.…