Learning Programming with Fundamentals of Computing

A snippet of Python code that prints a welcome message.

Introduction to Interactive Programming in Python - Week 9

This is the final week of the two-part course Introduction to Interactive Programming in Python. This week's lectures introduce a very important data type in Python: sets, which I briefly cover in this blog post.

This week's mini project is building RiceRocks, a modern recreation of the classic arcade game Asteroids. The name RiceRocks is a reference to Rice University, where this course's instructors teach computer science.

Screenshot of my implementation of RiceRocks in JavaScript
My implementation of Pong in JavaScript