i am building a database in python its quite small only a few hundred entries? i gues dictionaries are the best way to store it in memory when i write the data to a file whats the best way? I guess there is no way to sumb the dictonaries strait to disk? i will have to parse it?