yet another python coro framework
Feb 13 2012 at 9:25 am
I've been hacking on two of my favorite personal projects recently, greenhouse and feather. They are a python-based greenlet-based non-blocking I/O framework and webserver, respectively.
Eventlet uses ...
the blogging unengine
Jan 16 2010 at 10:19 am
For the last couple of hours I have been hacking together a publishing mechanism, but it's not quite the blogging engine that we are all so used to.
Now ...
my experience with mako
Jan 16 2010 at 10:19 am
I used mako for this blog's templates primarily because I hadn't ever used mako for anything and I was curious. I have used cheetah and django templates pretty ...