![](https://secure.gravatar.com/avatar/28946a738d5e085e48c6f4057cce5f3d.jpg?s=120&d=mm&r=g)
Hi All, I was hoping someone could recommend a book of practice programs/problems. I've been creating all my class exercises and large programming projects on my own and at times I've run out of ideas. If someone could point me in the right directions I'd appreciate it. Thank you in advance, Kristin
![](https://secure.gravatar.com/avatar/e4d005fd33f12f0ac7ef49852a35e7c2.jpg?s=120&d=mm&r=g)
Are web resources OK, and programs/problems in what area? Just generic "help me learn Python" type problems? The little challenges posed to students in this annual contest are pretty good. I should do more to get them on the web someplace, had earlier contacted their author for a PDF version -- let's see if I can find it, get permission to share more widely... http://techstart.org/willamette If you're willing to get into 3rd party libraries then I recommend the Sandes book. http://www.manning.com/sande/ Don't forget to download your free copy of How To Think Like a Computer Scientist, or read it on-line: http://www.scribd.com/doc/19333433/How-to-think-like-a-computer-scientist-le... Kirby On Wed, Oct 28, 2009 at 12:15 PM, Kristin Baaki <kristin.baaki@gmail.com> wrote:
Hi All,
I was hoping someone could recommend a book of practice programs/problems. I've been creating all my class exercises and large programming projects on my own and at times I've run out of ideas. If someone could point me in the right directions I'd appreciate it.
Thank you in advance,
Kristin _______________________________________________ Edu-sig mailing list Edu-sig@python.org http://mail.python.org/mailman/listinfo/edu-sig
![](https://secure.gravatar.com/avatar/e4d005fd33f12f0ac7ef49852a35e7c2.jpg?s=120&d=mm&r=g)
On Wed, Oct 28, 2009 at 12:44 PM, kirby urner <kirby.urner@gmail.com> wrote: << trim >>
The little challenges posed to students in this annual contest are pretty good. I should do more to get them on the web someplace, had earlier contacted their author for a PDF version -- let's see if I can find it, get permission to share more widely...
Here we go: http://www.willamette.edu/~fruehr/ -- hi Fritz, I'm one of your long time fans based on your work for the Oregon high school contest, know Chris Brooks from his work the TechStart (I used to volunteer for SAO way back in the day, coming through FreeGeek.org at one point, these days am on the board of ISEPP.org). I don't know if you recycle those little challenge problems, but if they're suitable for putting on the web as a resource, be assured I'd be directing my peers on this Python list (edu-sig) to your stash. Kirby Urner Portland, Oregon
On Wed, Oct 28, 2009 at 12:15 PM, Kristin Baaki <kristin.baaki@gmail.com> wrote:
Hi All,
I was hoping someone could recommend a book of practice programs/problems. I've been creating all my class exercises and large programming projects on my own and at times I've run out of ideas. If someone could point me in the right directions I'd appreciate it.
Thank you in advance,
Kristin _______________________________________________ Edu-sig mailing list Edu-sig@python.org http://mail.python.org/mailman/listinfo/edu-sig
![](https://secure.gravatar.com/avatar/4c6ee9578a481f2dfa17402c2f2aaf4e.jpg?s=120&d=mm&r=g)
Kristin Baaki wrote:
I was hoping someone could recommend a book of practice programs/problems. I've been creating all my class exercises and large programming projects on my own and at times I've run out of ideas. If someone could point me in the right directions I'd appreciate it.
We had a good start with the PyWhip project http://pywhip.appspot.com, then we lost our volunteer website developer. If you can find someone to fill that role, maybe we can resume. I know there was a lot of interest from other teachers. The focus of PyWhip is on small problems, and lots of repetition. It's an interactive websitel, not a textbook, although I think the help files could do well as teaching aids. -- Dave
![](https://secure.gravatar.com/avatar/fd4a502967182705efba4ad6a0ee04d2.jpg?s=120&d=mm&r=g)
Hi Kristin, not a book, but Project Euler (<http://projecteuler.net/>) is a great repository of mathematical problems ordered by difficulty and designed to be solved by programs. Many of the problems would make excellent starting points for being expanded into deeper programming exercises with milestone goals for students in addition to the pursuit of the end solution. Cheers, -- Ivan Krstić <krstic@solarsail.hcs.harvard.edu> | http://radian.org
participants (4)
-
David MacQuigg
-
Ivan Krstić
-
kirby urner
-
Kristin Baaki