Kerry Ojakian's CSI 32 Course Materials

Textbook by Goldwasser and Letscher

Python
  Go here to download Python to your personal computer
  Go to the "Docs" (especially Tutorial) for information

Other online books

Iyer's CSI 32 Textbook!
Beginner's Tutorial
More Advanced Online Book

Unified Modeling Language (UML)

In all of the following, focus on Class Diagrams.

UMLET Application (download this free program)
IBM documentation (short and to the point)
Tutorialspoint documentation (long and detailed beyond our needs)
Smartdraw documentation (long and detailed beyond our needs)

TKinter Materials

Python.org page (links to various sources)
Thinking in TKinter (good example programs, in Python 2; download if links are broken)
TKinter Tutorial
TKinter Introduction
Aside on event driven programming: Ferg Notes

Other Materials

How to make executable file
Pass-by-value versus Pass-by-reference