How about this to get started: Python Challenge
I have spent the last week working through the first 10 puzzles and its fun to solve and then study the solution people come up with. You learn alot!
EDIT: I also try to do every day things with Python now. Even if it takes longer than doing it manually or using any other way. For example, I wrote a little app that I pass a link from www.archive.org (great free live shows!) and it downloads the songs in SHN format or mp3 to my hard drive. I am using html scraping to find the links and then process the link list one after another. Fun project...and useful. :)
