Haulyn Jason ha scritto:
Hi, all:
I am a Java programmer, now I am working on a Python program. At the
moment, I need to store some data from user's input, no database, no
xml, no txt(we can not make users open the data file by vim or other
text editor).
security thru obscurity? mmmhhh...
-
An important question is: will you need this input stored across
multiple runs of the program? What I mean is, do you want the user to
set the data, then have those same settings even after closing and
re-opening the program?
On 5/14/10, Bruno Desthuilliers
wrote:
> Haulyn Jason a écrit :
>> Hi,
On 05/14/2010 08:18 AM, Haulyn Jason wrote:
I am a Java programmer, now I am working on a Python program. At the
moment, I need to store some data from user's input, no database, no
xml, no txt(we can not make users open the data file by vim or other
text editor).
You don't mention what type of
Haulyn Jason a écrit :
Hi, all:
I am a Java programmer, now I am working on a Python program. At the
moment, I need to store some data from user's input, no database, no
xml, no txt(we can not make users open the data file by vim or other
text editor).
Any suggestions or reference url? Is t
Hi, all:
I am a Java programmer, now I am working on a Python program. At the
moment, I need to store some data from user's input, no database, no
xml, no txt(we can not make users open the data file by vim or other
text editor).
Any suggestions or reference url? Is there a lib should do thi