According to Weimer

Image Extraction from Sprite Sheets

Extract individual sprites from a sprite sheet. My middle school students use it to easily extract sprites from sprite sheets to use in their Pygame Zero projects.

Read More

May 01, 2023

Keywords: sprite sheet, pillow, PIL

Parsons Problems Helper Files

Code I used to help convert Python files to the correct format to make the Parsons Problems pages. This saved me a lot of time.

Read More

January 7, 2023

Keywords: Parsons problems

Diffusion Limited Aggregation

My attempts at diffusion limited aggregation using Processing in Python mode. The code could you some work to make it more efficient.

Read More

January 9, 2023

Keywords: Processing, art

Introduction to Pygame Zero

This tutorial is adapted from the Introduction to Pygame Zero tutorial on Pygame Zero's website. Videos are present in case you need a little extra help completing some of the steps. The objectives for this tutorial are to:

  • Practice using the concepts and techniques we have learned so far
  • Get familiar using Mu and Pygame Zero
  • Make something fun and interesting

Read More

January 5, 2023

Keywords: Pygame Zero, beginner

Python Turtle Challenges

A set of Python Turtle Challenges. The lower level challenges are suitable for middle school, while the upper level challenges would be good for high schoolers.

Read More

January 5, 2023

Keywords: turtle, challenges, art

Parsons Problems

A few Parsons Problems to help learn some syntax.

Read More

January 5, 2023

Keywords: Parsons problems, debugging

Basic Python Datatypes Crossword

A small crossword puzzle to check your knowledge on basic datatypes.

Read More

January 5, 2023

Keywords: datatypes, crossword

Computer Skills Challenge

I use this activity at the start of a new class. This lets me see what experience the students have using the File Explorer in Windows, downloading and saving files, and understanding file extensions. Includes Python script and questions.

Read More

January 4, 2024

Keywords: files, folders, properties

Pizza Dough Recipe Calculator

A web page with a small javascript example. It also has a good pizza dough recipe.

Read More

January 5, 2023

Keywords: javascript, html, pizza