Algorithm for Labels like in Gmail

T Väntänen tero.vantanen at poista.wlanmail.com.invalid
Sat Jun 10 23:03:01 EDT 2006


Rodolfo wrote:
[...]
> Ok, but how can I keep my Relationship Table out of bugs, bad data?!
> I wonder how i'll control the following:
> 1st) Given an generic email, in which group(s) is it contained?
> 2nd) Given a group, which Emails/contacts does it contain?

To none perhaps?

> I don't have much expererience with databases (yet).
> Will the pysqlite work with ease? Because I don't mean to make a big
> big program, just something very simple for my personal use.

If database sounds like too big beast, there are easy ways to save your 
objects in the standard library. Take a look at shelve, pickle and cPickle.

[...]



More information about the Python-list mailing list