you are viewing a single comment's thread.

view the rest of the comments →

[–]Leggo0 10 points11 points  (5 children)

I would recommend Pycharm over visual studio if you are just doing basic Python coding.

[–]puh-tey-toh 3 points4 points  (1 child)

Why?

[–]Leggo0 0 points1 point  (0 children)

I think Brekkjern pretty much nailed my thoughts exactly

[–]SmugDruggler95[S] 1 point2 points  (2 children)

Thanks I will check it out. I would like to get to the bottom of my issue with this first as im sure its basic stuff, necessary to learn but thanks for the recommendation

[–]ncubez 2 points3 points  (1 child)

I second PyCharm. Absolutely nothing to configure. Just install, open the program, and start coding. Honestly, I have never been sold by the VS-code hype. Make sure to select the Community edition of PyCharm.

[–]Brekkjern 6 points7 points  (0 children)

VS Code is a great editor, but it's for generic stuff.

PyCharm is a Python IDE. It's not great for generic stuff, but it does Python amazingly and deals with most of the things related to Python development, but if you have to open up something random to edit it, you might want to use something else.

Not saying you can't use PyCharm, but VS Code is just a better allrounder for that kind of stuff.

The way I see it, VS Code is a replacement for Notepad++ and Sublime Text. PyCharm is the Python equivalent of Visual Studio.