Sorry, for bumping such an old post, but for anybody who would ever search for a solution that somehow works.. I've managed to write a little script for Python and HashTable integration (I called it PyTable). I still hope to develop it some more (I do this mostly for myself, but would gladly share). Right now it can:
create, read, change, delete STRINGS
create, read, change, subtract, add, multiply, divide, delete INTEGERS
create, read, add elements to a LIST
create, read, change DICTIONARIES and DICT KEYS
all written and stored in a CC HashTable plugin, could be accessed globally. If anybody would like to use it, here it goes:
(script file, *.cap file, readme.txt)
dropbox.com/s/yp3vzp3sakfpl04/PyTable.rar
Edit: Also, I wouldn't have done it without Silent Cacophony's guides. You rock, man!