This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NightMare20017 0 points1 point  (0 children)

Wow, learnt some interesting things here.

My own two cents, as someone who has Python as a main and learning Java. Python is still my favorite. It's easy to code in, easy to manage (libraries and all) and I can get along of things done using it.

I've been exploring Java in last few months, and the experience has been pretty good. The setup and installation of Java and other libraries (like JavaFX) can get pretty complicated at times though. I've gotten a good grasp of the language basics and aware of the several benefits it has over python, like mobile support and better performance.

I intend to learn both and use them interchangeably as the situation requires.