A six-session introduction to the basic concepts of computer programming using Javascript and the p5.js programming environment. Javascript is a flexible and powerful programming language that can run in every web-browser. These features make it a popular tool for developing software of all kinds as well as a convenient and accessible environment for learning how to program. REGISTER HERE
Week 3: Logic and flow. Thursday May 24, 6:30-8 pm. Programs are, at their core, a list of actions for the computer to take and decisions for the computer to make. Through loops and logic we can have control over these actions and decisions. Topics: loops, iteration, variables and conditionals (if-then-else statements)