I just tried the django template tags for the google charting api by Jacob. Unfortunately they were python 2.5 only and I happen to still be stuck to 2.4. The changes to move it to 2.4 were minimal though. Still to save some of you googlers out there the hassle:
I was just browsing the code a bit. There is something peculiar there:
args, varargs, varkw, defaults = inspect.getargspec(func)
I don’t get the point of using the inspect functionality. Anyone care to explain?

omtv responded on 03 Jan 2009 at 2:49 am #
Interesting stuff.
Thanks for sharing!
Nick responded on 04 Jan 2009 at 11:20 pm #
Have you tried Jacob’s copy on GitHub?
http://github.com/jacobian/django-googlecharts/tree/master
Some of the later commits mention removing Python 2.5-isms, but I haven’t used it myself.
tschellenbach responded on 05 Jan 2009 at 9:20 am #
Nope I didn’t see the github copy.
I was looking at this page:
http://toys.jacobian.org/hg/googlecharts/
But indeed the github version looks 2.4 compatible, great :)
C Ring responded on 16 Apr 2010 at 8:14 am #
it’s elegant directly in Python. That is why I just can’t bring myself to decide on a template language such as Django and Genshi .