Algorithm for Labels like in Gmail

Jerry jweida at gmail.com
Sat Jun 10 20:48:55 EDT 2006


I  would probably go with an SQLite database to store your information.
 You can have the contacts listed in a table with unique ids, then a
table of labels.  Finally, create a table that links one or more labels
with each contact.  Then you can just keep adding more labels.




More information about the Python-list mailing list