-
Variables - Containers for Data
Python ·Learn how variables act as containers for storing data in programming. Create a nametag project using Microsoft MakeCode for micro:bit.
-
p5.js Game Development Workshop
Games, Web ·In this workshop, we’ll create a fun ‘Catch the Stars’ game using p5.js! You’ll learn how to create shapes, handle keyboard input, detect collisions, and keep score - all while building an interactive game you can play and share with friends.
-
Python Mad Libs Workshop
Python ·Let’s create a fun Mad Libs game using Python! In this workshop, we’ll learn basic Python concepts while making a silly story generator.
-
Scratch Workshop
Scratch ·Scratch is a block based programming language where you can drag and connect blocks containing instructions to create digital stories, games, and animations. It’s an interactive and fun way to learn coding fundamentals!
-
JavaScript Workshop
Web ·Now that we’ve learned HTML and CSS, let’s add some interactivity to our website with JavaScript! In this workshop, we’ll learn the basics of JavaScript by creating interactive elements on our recipe page.
-
CSS Workshop
Web ·Last tutorial we used a stylesheet from a website. This week we will focus on making our own! If you are new or haven’t completed the tutorial from last week, please refer to it here: https://github.com/drshika/gwc-html-workshop. You can also copy it and use it for this lesson!
-
HTML Workshop
Web ·HTML, which stands for Hypertext Markup Language, helps to organize and categorize content on a website. HTML is made up of elements, which are represented by tags. Tags tell the browser how to display the content on the page. Tags also can have attributes, which are used to provide additional information about the element.