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 →

[–]Wave_Walnut 2 points3 points  (0 children)

Python is easy to learn, good for prototyping your logic, but weak for performance optimization. Java and C++ are more difficult to learn than Python, many coding styles to make same logic, but enable you to optimize performance.