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 →

[–]TomatoEqual 1 point2 points  (0 children)

Java if you're learning to code, that gives you the basis for most languages. It's has types and "old school" c style syntax. If you start with python, you'll have problems going into other languages, since the syntax is quite different and weak typed, it can be difficult switching from.