Follow our Python tutorial with step-by-step instructions for building a simple app. Check out the Python documentation on the VS Code site for general information about using the extension. Python: ...
Python: Select Interpreter Switch between Python interpreters, versions, and environments. Python: Start REPL Start an interactive Python REPL using the selected interpreter in the VS Code terminal.
Python may not work in the VS Code terminal due to several reasons: the Python executable path is missing from your system’s PATH environment variable, the wrong Python interpreter is selected in VS ...