Popular recipes by Christoph Devenoges http://code.activestate.com/recipes/users/4040281/2009-03-01T18:40:12-08:00ActiveState Code Recipesa64l (Python)
2009-03-01T18:40:12-08:00Christoph Devenogeshttp://code.activestate.com/recipes/users/4040281/http://code.activestate.com/recipes/576578-a64l/
<p style="color: grey">
Python
recipe 576578
by <a href="/recipes/users/4040281/">Christoph Devenoges</a>
(<a href="/recipes/tags/conversion/">conversion</a>, <a href="/recipes/tags/radix64/">radix64</a>).
Revision 2.
</p>
<p>An implementation of a64l as from the c stdlib.
Convert between a radix-64 ASCII string and a 32-bit integer.</p>
Persistent Dictionary with Text Backend (Python)
2007-03-13T22:11:20-07:00Christoph Devenogeshttp://code.activestate.com/recipes/users/4040281/http://code.activestate.com/recipes/502289-persistent-dictionary-with-text-backend/
<p style="color: grey">
Python
recipe 502289
by <a href="/recipes/users/4040281/">Christoph Devenoges</a>
(<a href="/recipes/tags/database/">database</a>).
Revision 3.
</p>
<p>A crude persistent dict class. Intended for saving GUI user preferences that can be hand edited, cf. shelve module.
Probably not suitable for large amounts of data.</p>