Re: Extracting arbitrary amounts of data from a dictionary.

2007-07-05 Thread Jyotirmoy Bhattacharya
On Jul 6, 2:21 am, Jyotirmoy Bhattacharya <[EMAIL PROTECTED]> wrote: > On Jul 6, 12:31 am, [EMAIL PROTECTED] wrote: > > > > > I had nothing better to do, so I thought I would make a database that > > contained the songs played on the internet radio station I listen to > > (hardradio.com) so I could

Re: Extracting arbitrary amounts of data from a dictionary.

2007-07-05 Thread Jyotirmoy Bhattacharya
On Jul 6, 12:31 am, [EMAIL PROTECTED] wrote: > I had nothing better to do, so I thought I would make a database that > contained the songs played on the internet radio station I listen to > (hardradio.com) so I could see how many differents songs/artists they > played. > So I end up with a the num

Extracting arbitrary amounts of data from a dictionary.

2007-07-05 Thread robinsiebler
I had nothing better to do, so I thought I would make a database that contained the songs played on the internet radio station I listen to (hardradio.com) so I could see how many differents songs/artists they played. I stored the data like this: dates = {} #; year = {}; week = {}; date = {};