Differences between revisions 4 and 5
Revision 4 as of 2007-05-26 09:32:25
Size: 1710
Comment: Some tested and worked ideas here.
Revision 5 as of 2007-05-27 05:35:50
Size: 2093
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
"I want to learn programming so I can organize my books/music/movies!" "I want to learn programming so I can organize my books/music/movies/photos!"
Line 32: Line 32:

----

"I want to monitor this site and find out when the concert tickets go on sale."

----

"I want to make a list of htings that I really need to do on a certain date and then get email
about them the week, day before, and day I need to do them."

----

"I want a program to monitor my stock portfolio and send me email if certain conditions are met."

----

Suggested Projects for Learning Python

Programming for many is a means not an end. Here are collected possible projects for those new to programming, with some indicator of difficulty, and for which it is known that the building blocks exist in the LearningRepertoire. These should be concrete problems, not abstract ones.

(these ideas need work)


"Periodically download the message archives of my favorite mailing lists. Index them into a database, and provide a UI for browsing them, with threading, person-identity tracking, and perhaps full-text searching and scoring."


"I want a program I can run, by clicking on, that fetches today's weather and reads it to me, using text-to-speech, while I'm getting ready in the morning. In fact, I might want it to automatically run each day at a specific time."


"I would like the ability to play simple board games with a shut-in family member, such as checkers, over the Internet. I run Linux but they run Windows, so I need something that runs in both environments."


"When I get an email from person X, I want the TuxDroid to signal this, every 15-minutes, until I read the message."


"I want to learn programming so I can organize my books/music/movies/photos!"


"I want to process some information in some manner, and then print a nice report. That report should be of good presentation quality like PDF or RTF or ODF."


"I want to set up a collection of [http://en.wikipedia.org/wiki/Voting_system voting algorithms] and run voting distributions through them to see how they compare. And I'd like to graph the results."


You can find more ideas at http://www.uselesspython.com/


"I want to monitor this site and find out when the concert tickets go on sale."


"I want to make a list of htings that I really need to do on a certain date and then get email about them the week, day before, and day I need to do them."


"I want a program to monitor my stock portfolio and send me email if certain conditions are met."


ProjectsForLearning (last edited 2008-11-15 14:01:17 by localhost)

Unable to edit the page? See the FrontPage for instructions.