Leif K-Brooks wrote:
I'm writing a relatively simple multi-user public Web application with
Python. It's a rewrite of a similar application which used PHP+MySQL
(not particularly clean code, either). My opinions on various Web
frameworks tends to vary with the phase of the moon, but currently, I
Leif K-Brooks wrote:
> Robert Brewer wrote:
> > Try svn://casadeamor.com/dejavu/trunk if you want a truly
> Pythonic query
> > syntax. Wait a couple of days, and I'll have version 1.3 ready and
> > online at http://www.aminus.org/rbre/python -- lots of changes from
> > 1.2.6 which is there now, bu
Robert Brewer wrote:
Try svn://casadeamor.com/dejavu/trunk if you want a truly Pythonic query
syntax. Wait a couple of days, and I'll have version 1.3 ready and
online at http://www.aminus.org/rbre/python -- lots of changes from
1.2.6 which is there now, but at least you can read old docs online no
Posting using Google Groups messed up the formatting of those class
definition examples. Assume that they contain the usual indentation of
typical class definitions. ;-)
--
http://mail.python.org/mailman/listinfo/python-list
Leif K-Brooks wrote:
> I'm writing a relatively simple multi-user public Web application
with
> Python. It's a rewrite of a similar application which used PHP+MySQL
> (not particularly clean code, either). My opinions on various Web
> frameworks tends to vary with the phase of the moon, but current
Leif K-Brooks wrote:
> My ideal solution would be an object database (or object-relational
> mapper, I guess) which provided total transparency in all but a few
> places, built-in indexing, built-in features for handling schema
> changes, the ability to create attributes which are required to be
Leif K-Brooks <[EMAIL PROTECTED]> schreef:
>
> I've looked at SQLObject, and it's very nice, but it doesn't
> provide certain features I really want, like the ability to store
> lists of strings or integers directly in the database (using commas
> in a varchar column or something).
What exactly
I'm writing a relatively simple multi-user public Web application with
Python. It's a rewrite of a similar application which used PHP+MySQL
(not particularly clean code, either). My opinions on various Web
frameworks tends to vary with the phase of the moon, but currently, I'm
planning to use Q