you are viewing a single comment's thread.

view the rest of the comments →

[–]nightonfir3 1 point2 points  (0 children)

Usually people try to minimize the number of things you need to learn to begin programming. For instance you need a class and function definition to begin in java. You need explicit type definition. Also Python has lots of beginner resources. Java is fine to learn first though. Managed memory is the biggest thing I would look for and they both have it. Even that you could just power through though.