Skip to content

Instantly share code, notes, and snippets.

@dolph
Created September 4, 2012 16:07
Show Gist options
  • Save dolph/3622860 to your computer and use it in GitHub Desktop.
Save dolph/3622860 to your computer and use it in GitHub Desktop.
>>> import base36
>>> print base36.encode(13368)
abc
>>> print base36.decode('abc')
13368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment