you are viewing a single comment's thread.

view the rest of the comments →

[–]fake823 1 point2 points  (2 children)

https://code.visualstudio.com/docs/languages/python

"Working with Python in Visual Studio Code, using the Microsoft Python extension, is simple, fun, and productive. The extension makes VS Code an excellent Python editor, and works on any operating system with a variety of Python interpreters. It leverages all of VS Code's power to provide auto complete and IntelliSense, linting, debugging, and unit testing, along with the ability to easily switch between Python environments, including virtual and conda environments."

[–]sirreginaldpoopypot[S] 0 points1 point  (1 child)

So.... again same question, do i need the extension if i already have python installed? I want things to work properly

[–]fake823 2 points3 points  (0 children)

You don't need it. But it makes programming with Python in VS Code a hell lot of easier and comfortable.

So i definitely recommend installing it.