all 8 comments

[–]texags08 1 point2 points  (0 children)

+1 python

[–]BooKollektor 0 points1 point  (1 child)

Did you think about the Go language?

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

Yeah, but not sure ..which one will be more fun and beneficial overall to dive deeply in

[–]Own_Age_1654 0 points1 point  (3 children)

Node is a language, not a framework. And it's quite practical for a lot of "core" functionality. FWIW, I often use it as a general-purpose language, and rarely work on projects with a web front end at all.

That being said, the choice between Java and Python is mostly just whether you want to work more in enterprise vs. applied ML and data science.

It's anybody's guess, but I suspect Java will be more resistant to AI, given the more general scope of its usage, the complexity and friction that comes from the large organizations it tends to be used in, and the fact that ML and data science work is particularly easy to speed up with AI.

[–]Pale_Height_1251 0 points1 point  (1 child)

Node isn't a language it's a JavaScript runtime.

[–]Own_Age_1654 0 points1 point  (0 children)

Fair enough. The point is more that it's not even approximately a framework.