How to install Visual Studio Code (vscode)
• 1 minIn order to write Python code you will need to install a code editor.
Visual Studio Code is a free code editor (IDE) made by Microsoft that you can use to code in a pletorah of language such as C, C++, Javascript, Python, Go, etc...
You can download vscode directly from Microsoft website.
Once vscode is installed you can start to write Python scripts!
P.S. don't forget the .py extension in your filename.