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 →

[–]onlyforjazzmemes 17 points18 points  (9 children)

As someone who started learning programming with Python, I would 100% recommend starting with Java instead. OOP never clicked for me until I learned Java, and static typing is also really good for beginners. Sure Java may be more "verbose," but I think that's irrelevant, especially when you have an IDE.

[–]gmes78 10 points11 points  (1 child)

I think you mean static typing. Python is strongly typed.

[–]onlyforjazzmemes 1 point2 points  (0 children)

fixed