Day 6 - Setting up the Visual Studio Code Editor for Python
Here we will learn how to use code editor to write Python code and the test it.
- Python can be installed from https://www.python.org/downloads/
- Visual Studio Code from https://code.visualstudio.com
Watch the video
Day 6 - Exercise
- Create a folder, then open Visual Studio code to work there.
- Create a file in that folder with an extension
.py
- Write some Python code which you have learned earlier, then test if it is working.