List operations like string operations: len, +, *, [], [:], in, and for
List modification: []=, append, sort; and the concept of aliasing
List comprehensions: [expression for variable in sequence] and [expression for variable in sequence if condition]
Dictionaries: {}, {key:value, ...}, len, [], []=, in, and for
Looping subject to a condition: while
Image processing: nested loops, pixels, and images
Naming issues: procedure and module names are like any other, names can be found in a local namespace or an outer one, how local namespaces are created when a function is used
Some reminders:
If you need an alternative testing time or location, set that up with me as soon as possible.
You may use a single 8 1/2 by 11 sheet of paper with hand-written notes for reference. (Both sides of the sheet are OK.)