Check out the Brainwave platform, which uses a new "neural" database model.  It allows you to create databases to store any kind of Python object as a "neuron" and allows objects to be connected via link to create complex structures that don't require conventional tables and columns.<div>
<br></div><div>It is a development platform that has a bundled webserver based on CherryPy, with a built-in application generator and deployer.</div><div><br></div><div><a href="http://www.brainwavelive.com">http://www.brainwavelive.com</a><br>
<br><div class="gmail_quote">On Thu, Jun 5, 2008 at 6:08 AM, Bruno Desthuilliers <bruno.42.desthuilliers@websiteburo.invalid> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Diez B. Roggisch a écrit :<div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Jumping Arne wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've been playing with Squeak a bit and I really like the persistent<br>
storage model, I also liked HyperCard and Frontier (well, the persistent<br>
storage model at least).<br>
<br>
I wonder if there is some similar environment but based on python, I would<br>
like to use this environment not as a development environment but as a<br>
platform for storing data etc - much like HyperCard.<br>
<br>
I found a few postings about such an environment:<br>
<br>
<<a href="http://mail.python.org/pipermail/edu-sig/2006-April/006226.html" target="_blank">http://mail.python.org/pipermail/edu-sig/2006-April/006226.html</a>><br>
<br>
but it looks like nothing happened.<br>
<br>
pythoncard doesn't seem to have the persistent storage model<br>
</blockquote>
<br>
What about ZODB? You can use that to store (more or less) arbitrary objects.<br>
Maybe that can be a foundation, if you throw in <br>
<a href="http://nodebox.net/code/index.php/Home" target="_blank">http://nodebox.net/code/index.php/Home</a><br>
<br>
it might be similar to squeak (I only dimly remember what squeak as a whole<br>
is though - smalltalk & easy multimedia I remember)<br>
</blockquote>
<br></div></div>
Mainly, Squeak is a (relatively) recent, free implementation of Smalltalk.<br>
<br>
<disclaimer="please someone correct me if I'm wrong"><br>
The "persistent storage model" - the 'image' storing the whole system (code, libs, data, whatever) - is part of the Smalltalk system since it's first conception IIRC  (even if some Smalltalk implementations - like GNU Smalltalk - are more traditionnaly file-based and have no automatic persistence).<br>

</disclaimer><div><div></div><div class="Wj3C7c"><br>
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>| _ | * | _ |<br>| _ | _ | * |<br>| * | * | * |
</div>