Note that I installed Python 3 and Visual Studio Code on Windows 10.
The video version is also available here.
Please download from the URL below. https://www.python.org/
Execute the downloaded file. Check "Add Python 3.8 PATH".
This completes the Python installation.
Please download from the URL below.
https://azure.microsoft.com/ja-jp/products/visual-studio-code/
Execute the downloaded file.
Feel free to select the check items.
This completes the installation.
Start Visual Studio Code.
You can install the extension from the icon that looks like a stack of squares. Select Python from them and install it.
Debugging is possible after installation.
With the python file you want to run open, select the bug-like mark, and then click Run and Debug
to display the screen below.
You can debug by selecting Python File
.
Recommended Posts