Python Desktop Server WeblogThis is the Python Desktop Server weblog.Simpler Lazy Evaluation with Python- August 17, 2005 If you know before what kind of value your function call will return, you can build a very simple decorator for functions or methods that will turn them into lazy evaluation ones. It goes like...http://pyds.muensterland.org/weblog/2005/08/17.html#P262 new stuff in TooFPy- August 12, 2005 There are quite some checkins from today. Two noteable changes: TooFPy now can make use of Django, I already wrote about that. when started with -l, TooFPy will automatically restart the toolserver when it detects any changes in the used modules (tools, wsgi-scripts and system modules). Quite handy for development setups.http://pyds.muensterland.org/weblog/2005/08/12.html#P261 combining TooFPy and Django- August 12, 2005 I just wrote the linked document that describes how and why to combine TooFpy and Django. It's a quite nice combination - on the one hand you get a very powerfull web application framework for TooFPy, on the other hand you get a very powerfull webservice framework for Django. Combined with the builtin high-performance webserver and all that in a pure python package. Quite nice, I thinkhttp://simon.bofh.ms/cgi-bin/trac-toofpy.cgi/wiki/TooFPyAndDjango Trac rules- August 2, 2005 Yep. It rules. Definitely. So I just set up a trac instance for TooFPy. This is just a first shot at it, so don't expect too much documentation, yet. But I will improve that situation and try to add stuff from this site and from my harddisc (and my brain) to the wiki. At least you now have a decent source browser, a nice timeline for commits and a ticket system to bug me with requestshttp://pyds.muensterland.org/weblog/2005/08/02.html#P259 |