Jeff Elkner recently posted in edu-sig mailing list that he spent the last month converting python educational materials from lore to Sphinx at Open Book Project. The results are impressive - the switch to Sphinx adds full-text search and a hyperlinked index to the HTML version. He is now thinking about adding interactive elements to […]
Archive for June, 2009
A blueprint on how to setup a new GAE project and run a basic bobo application on top of it.
First download and install the Google App Engine SDK, here is a Tutorial to get you started.
Next create an new package bobo_project. Inside bobo_project add an __init__.py file with empty contents.
# a […]
Dublin streets
and Liffey
Pictures taken April 2009
I haven’t been blogging much lately, mostly due to severe time limitations and workload. Anyway, here is what i am up to atm …
Working on extensions to bobo, a WSGI framework released by Jim Fulton two weeks ago. bobo is really exciting, as it is super small (40KB including comments), fast (1500 req/sec), fully […]

