[Tutor] A problem with saveing data for later use.

Kent Johnson kent_johnson at skillsoft.com
Thu Sep 2 21:00:03 CEST 2004


The shelve module might work for you. Here is a short article showing how 
to create a simple address book using shelve:
http://www.wdvl.com/Authoring/Languages/Python/Quick/python6_3.html

If shelve is not adequate you probably want to use a database such as MySQL 
to store the data.

Kent

At 07:52 PM 9/2/2004 +0200, Mark Kels wrote:
>Hello,
>first,I want to apologize for my bad english.
>I'm from a non-englishe country (israel) so I dont speak englise very wel.
>
>and now the problem:
>I want to make a simple personal organizer (no GUI) that have address
>book,calendar etc.
>The problem is that I dont know how to save the data that comes from the user.
>And a personal organizer cant work if it doest "remembers" the info
>that the user iputs...
>If anyone has an idea i'll be more then happy to read it.
>
>I'm sorry if you dont understand the question...
>let me know if you dont,and I'll try to rewrite it.
>
>thanks!!
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list