Setting Up Python and Visual Studio Code - Windows 10
Setting Up Python and Visual Studio Code - Windows 10
While the images below show an older Python 3 version number, simply follow the
instructions and download the latest Python 3 version from python.org
Click
here:
Click
on
here:
This will start a download of the language installation package. Once the download has
completed, execute it to install the language. Once started, you will see the following dialog
window appear:
1: Tick this
checkbox to
enable it:
2: Then click
here:
3: Click
‘Next’:
4: Ensure all
the boxes
are ticked
5: Click ‘Install’
If you get a security prompt, allow the installer to alter the file system.
Open a command window to test that the install worked. The windows command line is
available via the ‘cmd.exe’ application. Click on the Cortana area of the task bar
or, on the Magnifying Glass area of the task bar, depending upon which is enabled.
Now type ‘cmd.exe’ in that area and you should see something like the following appear:
cmd
This will start the ‘cmd.exe.’ application which will look something like:
The arrow above points to the command prompt. This is where you can type in your
commands.
Now type in the following and press the ‘Enter’ (Return) key:
python -V
If all has been installed properly, this will produce something like:
Click on the ’64 bit’ Windows System Installer to download VS Code. Once downloaded, run
the installer, giving it the necessary permissions.
Simply click the ‘Next’ button at each of the installation wizard dialog steps and finally ‘Install’.
Once complete, Visual Studio Code will automatically start and you will see something like: