|
Re: Learning Java
If you're familiar with another OOP language (C++, Python, even parts of PHP), then you're already halfway there. If this is the case, then you simply need to learn the syntax, nagging rules and guidelines, etc. I recommend through the Getting Started guide that ZonChau mentioned. While it's not a "beginner's guide" to Java, it does introduce you to programming the robot in Java. How to include classes, how to use some basic functions, etc. The rest, I pretty much learned from just Googling.
|