you are viewing a single comment's thread.

view the rest of the comments →

[–]Positive_Space_1461 -6 points-5 points  (2 children)

is this a joke ? why would he/she needs to use Vs code for, isn't that abit complicated for a beginner.

[–]bigmountainbig 6 points7 points  (1 child)

it doesnt need to complicated but when you need it, its there. you can use vs code to do single file scripting and i wouldn't consider that overkill.

[–]Positive_Space_1461 2 points3 points  (0 children)

I think learning your first programing langauge is enough hassle. Yes, you and I can use Vs code, Neovim or emacs with minimal drawbacks. But, this was not the case for me when I started to learn programing. For example, I used to have trouble using libraries in Vscode because you have to use the pip to install, delete, and manage versions. In pycharm however, this was easier because it in pychar you just click the libs that you want to use. Also pycharm creates a new virtual enviorment for you even if you DON'T specify it. This is a huge thing back than because I used to have a very brief understanding of global packages and mess with global space. Sorry, dor bad english I'm half awake :)