Learning Programming with Fundamentals of Computing

A snippet of Python code that prints a welcome message.

Introduction to Interactive Programming in Python - Week 6

This week's lecture covers reading mouse input as well as list methods and dictionaries. Last week's blog post discussed the list data type and several common list methods. This blog post will explain the dictionary data type as well as various dictionary methods.

This week's mini project is writing the merge function for the game 2048. In next week's mini project we will build the rest of the game.

Screenshot of my implementation of 2048 in JavaScript
My implementation of a 2048 replica in JavaScript