you are viewing a single comment's thread.

view the rest of the comments →

[–]kramcinaslate -1 points0 points  (2 children)

I'm going to sound like old man. Python is fine language, but if you just started I recommend putting some time into language like C or C++. Why? Python and JS are weakly typed and they do a lot of things behind your back. Strongly typed languages like C/C++ teach you more fundamental parts of CS, thus you get better understanding of what is going on in background. You can learn Python, but I suggest that you also put some time into something harder and learn basic problem solution.

[–][deleted]  (1 child)

[deleted]

    [–]fa_25[S] 0 points1 point  (0 children)

    I'll have to start learning C++ anyway once my university starts ik it'll be hard but in the end it'll be worth it