apr 9
0
Discuss rest of term.
1
Let's first do the "file average" problem together in class,
with functions and docs.
2
I'd also like to discuss functions and lambda's in python,
to make clear how they work and how they compare with other languages.
The GUI stuff often uses "call-back" functions, and so all that needs to be clear.
3
- Coding style? Doc strings?
- Passing parameters to event handlers?
- Alternate ".mouseClicked = " handler technique?
- N x N version ?
4
I see Peter managed to add a file into the google code project.
(Which I then renamed and moved into misc/peter.txt.)
5
More about buttons :
Some button properties that (I think) can be set :
- .selected = True/False
- .rolloverEnabled =
- .rolloverIcon =
- .icon =
- .pressedIcon =