Install Visual studio code and python
Install visual studio code(VS Code)
1. Downloade VS Code from official website( https://code.visualstudio.com/download )
or from the microsoft store in your laptop
2. If you are using a Windows system, click on the first option in the provided image to
begin the download
3. If you are downloading from microsoft store search for visual studio code in the store
and install the following app
Promoting modern technologies
Install Python extension for VS Code
1. Click on extension
2. Seach for python in the high lighted search bar below
3. Click on install(as I have already installed it is showing me uninstall option)
Install python on your laptop
1. Visit python official website( https://www.python.org/downloads/ ) and downlaod the
latest version
1. Double click on the insaller
Promoting modern technologies
2. Select “Add python.exe to PATH” option and then click on Customize installations
3. In the next screen click on Next again Next and finish the installation
Verify the installation process
1. In the windows search bar search for command prompt
2. Run the command python --version
3. As we are getting installed python version, installation is confirmed
Promoting modern technologies