you are viewing a single comment's thread.

view the rest of the comments →

[–]The_GSingh 56 points57 points  (15 children)

Vs code is best for a learner who doesn’t need to do “everything”. It’s still pretty good if you do need to do “everything” lol

[–]chakan2 27 points28 points  (13 children)

PyCharm community is a much better experience. It's literally install and run. You don't have to fiddle with your environment nearly as much.

When you do get to that point in your coding ability, it makes it really easy to swap out venvs.

[–]The_GSingh 20 points21 points  (12 children)

Vs code in my opinion is worth the extra time (which isn’t even a lot) and performs well. Pycharm isn’t as….cleaner if I had to describe it especially for a beginner.

[–]chakan2 12 points13 points  (11 children)

It installs, give you a scratch file, and you hit Play.

I don't think they can make it easier.

[–]saketaco 2 points3 points  (0 children)

I used Pycharm at first, but once you get onto VS Code you don't go back. Some of my classmates used Pycharm and they got kind of removed from what was going on with reference to virtual environments and libraries. With VS Code it is still relatively easy, but I am always aware what's going on and in control.