|
|
|
|
|
by Jach
4944 days ago
|
|
What sorts of problems and modules did you have in mind? Sure some modules can spoil the learning fun of the problem, but in most cases they seem to enhance it. Implementing the sqrt function is interesting to me (and in fact it's done early on in the SICP book for college freshmen), I also think it's interesting how other math functions can be implemented, but would you want kids who may not even have a solid grasp of what a logarithm is to implement the log function? How about making a 2D game? Why wouldn't you use PyGame? |
|