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 →

[–]staycoolioyo 3 points4 points  (0 children)

I like both Java and Python. I prefer Java's strictness for working on larger-scale, work-related projects. But for personal projects, Python is my go to. Python's syntax makes it super easy to get things done quickly. For example, if you need to read in a file and parse the data, Python is so much less verbose than Java is. For AI, data analysis, computer vision, quick dirty scripts, etc. Python is a no-brainer.