home next 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Learning to Program with Python

Here we will use the python programming language to make a game of hangman, starting from scratch, working on a Macintosh. Python comes with OS X, so nothing special needs to be installed to follow along on your Mac. To use python on Windows, you can download and install python here.

It takes a couple hours to learn enough programming to make a simple game.

We will learn about:

At the end we will have a game we can play.

This page was originally posted at http://davidbau.com/python for teaching a small group of third-graders. (Slides here.) (Printable here.)