Monthly Archives: December 2010

Python logging tutorial

The Python standard library’s logging module is flexible and easy to use, yet its documentation left me initially confused. I wrote this brief tutorial as a quick reference for my own benefit and hopefully yours.

Posted in python | 10 Comments

A pingback plugin for web2py

Pingbacks allow blog posts and other resources such as photos to automatically notify one another of backlinks. This plugin exposes a decorator to pingback-enable web2py controller actions and a pingback client to inform a WordPress blog, for example, that we … Continue reading

Posted in python, web2py | Leave a comment