Programming 11

Course Information

Welcome to Programming 11! This is an introductory programming course where we will explore computer programming and other topics in computers with the Processing programming language, creating a variety of visual and interactive projects.


Unit 1: The Basics

Let's get started! We're going to be drawing pictures with code, which will require us to learn all about the computer's coordinate system (it's a little different than math!), calling 'functions' that act as commands to draw shapes, representing things like colors with numbers, and more. Once we're ready, we'll attempt to draw an image that represents one of our core values.


Some Design Resources