Re: Dabo in 30 seconds?

2005-08-01 Thread xtian
It's at http://peak.telecommunity.com/DevCenter/PythonEggs I haven't heard much about it recently, but it looks brilliant. xtian -- http://mail.python.org/mailman/listinfo/python-list

Re: Multiple initialization methods?

2005-02-16 Thread xtian
) when instantiating domain objects that might be retrieved in many different ways, for example getting an instance of a user by database id or by login details: u = User.getById(1234) u = User.getByLogin(username, password) Cheers, xtian -- http://mail.python.org/mailman/listinfo/python-list

Re: recommended way of generating HTML from Python

2005-02-20 Thread xtian
om/releases/0.3.0/nevow-intro.html) I don't know how detachable it is from the rest of nevow. I'd assume it wouldn't be too difficult to implement in a standalone fashion. xtian -- http://mail.python.org/mailman/listinfo/python-list