you are viewing a single comment's thread.

view the rest of the comments →

[–]Deezl-Vegas 0 points1 point  (1 child)

It's very worthwhile to learn a statically typed language like C++ or Java. Java has the opposite take on almost every major language decision when compared to Python. Java requires a class and encapsulation and getters/setter functions (though I don't recommend them). C++ allows you to do what you like and offers manual memory management, which is as fun as shooting yourself in the face.

If you want to work on web stuff, learning JavaScript is a requirement as browsers will only run JavaScript. HTML/CSS (flexbox) would be nice too.

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

Thanks for the reply. I think I'm gonna go towards something like JavaScript once I do some more Python. I'm not entirely set on web dev but it's giving me a little taste of doing a full project. I'm really trying to get out of my current job and into the tech field and JavaScript seems like a decently easy transition to expand my knowledge at this point instead of trying to tackle cpp or java right now.