[Pylets-devel] around and call-next-method
Status: Alpha
Brought to you by:
frobenius
From: Doug H. <d.h...@va...> - 2004-03-22 00:10:41
|
Hi, Your web framework looks very interesting, keep up the good work. I saw you are doing some aspect-oriented stuff. I found some python code for "around" and call-next-method: http://pythius.sf.net/ http://www.logilab.org/projects/aspects and some other related stuff I collected at the bottom of this page: http://www.python.org/cgi-bin/moinmoin/MetaClasses But when it comes to python web frameworks, what I have been looking for is a good secure user login example (with sessions, a persistent backend, don't have to worry about cross-site scripting, etc.). There are dozens of examples in PHP, but I can't find a good example in Python (except for Zope). Maybe I can try something out with pylets or pywork now that I have mod_python running. |