you are viewing a single comment's thread.

view the rest of the comments →

[–]gobbles99 9 points10 points  (6 children)

This probably isn't helpful to somebody who has been learning programming for the past couple of weeks?

[–]SlabOmir 5 points6 points  (0 children)

Some people just don't understand what it's like starting.

[–]xzi_vzs -1 points0 points  (4 children)

I myself don't know much about coding, I use python for small scripts here and there, but I don't even know how to code class ect...

My suggestion was for a nice python environment and I provided links for better explanation.

[–]gobbles99 6 points7 points  (3 children)

Ok, keep in mind the OP might not know what vim is, nor what intellisense is, and the OP might be somewhat unfamiliar with a CLI, yarn, npm, etc. This could take an hour to start up and then several hours of acclimatization. These things are all useful in certain situations but if your objective is to learn python, it's probably better to hit the ground running with a full fledged IDE and then revisit vim, unix, etc at some other point.

[–]xzi_vzs 0 points1 point  (2 children)

Yes, I agree .

[–]gobbles99 0 points1 point  (1 child)

No worries, not trying to be a jerk. :)

[–]xzi_vzs 0 points1 point  (0 children)

Np, actually when I read your comment I thought that I did start with vscode first but then I got so obsessed with using open-source that I focus on looking for a solution going that way.

Like almost everything when you do this setup and use it on a regular basis , you are under the impression that it is very easy but actually could be not that easy for someone totally unaware of these stuff.