From the course: Programming Foundations: Fundamentals
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Installing Visual Studio Code on a Mac - Python Tutorial
From the course: Programming Foundations: Fundamentals
Installing Visual Studio Code on a Mac
- We'll be using Visual Studio Code, or VS Code for short, as our IDE for this course. VS Code is a great cross-platform editor, as it's fast, easy to customize, and has a friendly user interface. To get started, we'll open up the VS Code webpage. I'll be showing you the setup for the Mac operating system in this video. If you're using a Windows machine, please skip to the next video. So the first thing we're going to do is come to code.visualstudio.com. And then we're going to choose the Download for Mac button. Once it's finished downloading, we can double click the zip file to open it up. And in order to use Visual Studio Code, we're going to copy our file over to the applications folder. Now we can go ahead and open up Visual Studio Code. Let's close down the browser. The first thing you see when you come to Visual Studio Code is the welcome screen. From here, you can create a new file, open up a folder, or…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Why Python?1m 52s
-
(Locked)
Installing Python on a Mac4m 19s
-
(Locked)
Installing Python on Windows1m 49s
-
(Locked)
Running Python on the command line on Mac3m 8s
-
(Locked)
Running Python on the command line on Windows4m 10s
-
(Locked)
Installing Visual Studio Code on a Mac3m 43s
-
(Locked)
Installing Visual Studio Code on Windows3m 40s
-
(Locked)
Running Python in an IDE3m 37s
-
(Locked)
Basic statements and expressions4m 2s
-
(Locked)
Troubleshooting issues4m 2s
-
-
-
-
-
-