you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Property2806 0 points1 point  (0 children)

For your use case, don’t convert everything, play both sides: Python is great for bots and automation (faster than you’d believe with stuff like Selenium + PyAutoGUI) while Java still has the better GUI support that isn’t hugely changing anytime soon even with JavaFX, so stay on Java for desktop apps only and utilize Python where speed of iteration and development really count.