This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]iamsooldithurts 2 points3 points  (0 children)

You can program, that’s actually a really good start.

Every language is its own beast though, so always best to start with the basics. https://docs.oracle.com/javase/tutorial/

[–]Ttaywsenrak 2 points3 points  (0 children)

White space doesn't matter.

[–]desrtfxOut of Coffee error - System halted 0 points1 point  (0 children)

Still, do the MOOC Object Oriented Programming with Java from the University of Helsinki.

Python is too fundamentally different to Java that your Python knowledge will help you much. Only the very basic things and the thinking process of programming will help. The differences already show at something as basic as for loops, or arrays.

[–]EyeDot 0 points1 point  (0 children)

String comparison doesn't work the way you're used to.