Notes for 115 Lectures
First Day Lecture (Syllabus)
Chapter 1
Chapter 2
Very nice page of Python operators
An entertaining set of slides about Test Cases and Mario
For Loops and Aliases
Slides on Zelle Graphics package
Documentation of Zelle graphics
Sample code for doing input from graphics screen
Example for displaying a GIF file on a graphics window
Chapter 4
Modules - Math, Random, Graphics
Chapter 5
Functions
Stubs and Drivers
A little bit on call stacks
Slides on Structured programming
with Robots
Structured Programming slides
Chapter 6
Decisions and Selection
Chapter 7
More on Iteration (whiles)
Chapter 8
Strings
Chapter 9
Lists
Arrays in Python
slides
Chapter 10
Files
Handling Exceptions
Chapter 12
Recursion
Notes on sorting
Notes on C++
Notes on OOP