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
Intro to Javascript: Functions: putting the pieces together. Thursday May 31, 6:30-8 pm. The most powerful aspect of computer programming is that we get to build our programs out of pieces of code that we, or other people, have already written. This week we’ll learn how to simplify our projects by defining our own commands. Topics: functions, program composition.