This document provides an introduction to creative coding and Processing basics, including variables, conditionals, and interaction design. It begins with an overview of Processing and provides examples of using variables to continuously update values and using multiple variables. Conditional statements like if/else are demonstrated to control program flow based on conditions. Boolean variables and logical operators are also introduced. The document concludes with exercises for students to create interactive drawings and buttons using concepts covered.