Monthly Archives: February 2012

Ultramemcache: python-ultramemcached and django-ultramemached-cache

A few months ago I came across a package on GitHub called Ultramemcache, which was described as “Ultra fast memcache client written in highly optimized C++ with Python bindings.” Using Ulramemcache, I modified the common python-memcached library to use Ultramemcache, … Continue reading

Posted in Django | Tagged , , , , , , , , | Leave a comment

A python class for the Exact Target XML api

After dealing with Exact Target‘s XML api for their email list management system, I decided to package up a few functions into a class. Check out python-exacttarget on my GitHub page.

Posted in Uncategorized | Tagged , , , , , , , | 2 Comments