Popular Python recipes tagged "radix64"http://code.activestate.com/recipes/langs/python/tags/radix64/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>