Making programming fun?
May 13, 2005 9:29 PM
Subscribe
Fun exercises to teach basic programming skills?
I'm going to be teaching an introductory programming course over the summer. I'd like the work that the students do to feel as interesting and meaningful as possible.
A lot of the textbooks I've reviewed are heavy on graphical applications. These are typically so scaffolded that the student does not do any interesting work. I'd rather have them build smaller projects that they can understand.
It will be in Java, although teaching good OO design is not necessarily the most important thing.
posted by shaun to computers & internet (18 comments total)
Here's an idea: have your class create JSPs to generate simple web pages. HTML is another kind of wordplay, and the students would be able to create something visually interesting, perhaps even useful.
posted by SPrintF at 10:02 PM on May 13, 2005