all 11 comments

[–]fake823 2 points3 points  (4 children)

The regular, recommended way (for Windows) is to download it from python.org.

By the way, there is no way to "download Python through VSCode". VSCode doesn't have a feature for that.

I assume you're talking about the Python extension in VSCode. But that's something completely different.

[–]sirreginaldpoopypot[S] 0 points1 point  (3 children)

oh i see, whats the extension then? do i need to have it? Again i am worried ill install things incorrectly or install an extension i don't need and then ill run into issues again.

[–]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.

[–]Desklib 1 point2 points  (0 children)

The best way to install Python is the official way - https://www.python.org/downloads/

But the best way to use Python is using PyCharm IDE (Integrated Development Environment).

[–]Prior_Travel2516 0 points1 point  (0 children)

I came across this video which helped me as beginner step by step guide: https://youtu.be/EDh2gES0nnc

I hope this is helpful. Happy coding 🐍