Getting Started · Lesson 14 of 76
Install VS Code
To set up VS Code on your own machine:
- Download it from code.visualstudio.com and install it.
- Open VS Code, click the Extensions icon on the left (the four-squares icon).
- Search for "Python" (the official Microsoft one) and click Install.
- Open a folder (File → Open Folder), create a file ending in
.py, and you'll get colour and hints straight away.
To run a file, open VS Code's terminal (Terminal → New Terminal) and type python yourfile.py, or press the ▶ Run button in the top-right.
You’re reading for free. Sign in to keep your progress and earn a certificate when you finish.Sign in to keep my progress →