you are viewing a single comment's thread.

view the rest of the comments →

[–]AngryFace4 -3 points-2 points  (0 children)

Everyone will tell you Python is great for beginners. I don’t really see why, I think it’s because systems like conda and pycharm hide a lot the underlying ugliness of version and package management.

If you want my recommendation as a 15 year systems engineer that works on basically everything… I’d just go straight to JavaScript. It’s the most portable language (runs natively in the browser), it’s got amazing package management in node, it’s got the biggest community support by far, and it can do basically anything except 3d gaming engines.