Meysenburg, Mark M. Introduction to Programming Using Processing 2nd ed. Mark M. Meysenburg, 2014.
This is the first video for Chapter 2 of Introduction to Programming Using Processing . The video outlines the structure of the chapter, and then delves into variables and data types.
The second video for Chapter 2 introduces expressions, and goes into some depth regarding the mathematical expressions we use in Processing.
The third video for Chapter 2 of Introduction to Programming Using Processing covers Boolean and relational expressions. These are used chiefly in decision making and will be very important in Chapters 4 (Selection) and 5 (Iteration).
In this video, we design and implement a simple Processing program to convert a temperature from degrees Fahrenheit to degrees Celsius.
This video introduces some of the basic graphics capabilities of the Processing language.
The final video for Chapter 2 of Introduction to Programming Using Processing covers the test pattern example from the book.