?
=?Windows-1252?Q?Enrique_Palomo_Jim=E9nez?=
Hi all,
I'm writing an application who needs to handle a lot of information of several files.
So, i think the better way is design a batch process to catch that information in a dictionary and write it in a file.
So, after that when a user wants to retrieve something, only with an execfile i'll have all the information avaiable.
Creating the file with pythonic syntax will be a hard job so,
is there some module to do that?
is there a better way?
The information will be used no more than 3-4 days a month and install databases is not allowed.
Thanks
I'm writing an application who needs to handle a lot of information of several files.
So, i think the better way is design a batch process to catch that information in a dictionary and write it in a file.
So, after that when a user wants to retrieve something, only with an execfile i'll have all the information avaiable.
Creating the file with pythonic syntax will be a hard job so,
is there some module to do that?
is there a better way?
The information will be used no more than 3-4 days a month and install databases is not allowed.
Thanks