On 7 Mar, 09:30, Chris Rebert <c...@rebertia.com> wrote:

> You see a tree, I see a database 
> (http://docs.python.org/library/sqlite3.html):
>
> +--------------+---------+-----+-------+
> | Manufacturer | Model   | MPG | Price |
> +--------------+---------+-----+-------+
> | Ford         | Taurus  | ... | $...  |
> | Toyota       | Corolla | ... | $...  |
> +--------------+---------+-----+-------+

If a tree of dictionaries becomes a database, then the Python
interpreter itself becomes a database.

Maybe we can implement Python on top of sqlite or Oracle?   ;-)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to