Programming Basics
In this chapter you will learn the very basics of Java, this will help you understand the rest of this course. Such as: compiled vs interpreted, syntax, variables, input and output, strings, etc.
Chapters
Java vs Python
Quickly explore the difference between Java and Python. Compiled and Dynamics coding languages.
Read More
Processing Basics
Learn the Basics of Processing, which is very similar to regular Java. You may need to install it from the website before attempting this lesson.
Read More Exercises
Styling and Built-in Functions
Learn some simple style guides and built-in functions in Processing.
Read More Exercises
Java Basics
This will teach you the basics of Java. Everything you learn here will help you in the long run.
Read More Exercises Assignment
Input and Output
There are a few ways to take input In Java, but I feel that this is the nicest way. But if your definition of “nice” does not align with my definition of “nice”, then you can explore and use another way!
Read More Exercises
Strings
This chapter deals with Strings and how to manipulate them.
Read More Exercises