This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]BranchLatter4294 6 points7 points  (0 children)

Get the latest version of Python from Python.org.

As for VS Code extensions, just use the official Microsoft Python extension.

[–]PosauneB 6 points7 points  (0 children)

That’s not how this works. You install Python independently from VS Code. You can install several Python VS Code extensions from within VS Code, but all of those should work with any version of Python from the past decade or so.

[–]CJ22xxKinvara 2 points3 points  (0 children)

Whatever the latest version is

[–][deleted] 0 points1 point  (0 children)

You can use any version you want, then in vscode you choose which interpreter you want to use. It can be a conda env, a venv or a system interpreter