Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created July 30, 2011 18:44
Show Gist options
  • Save andrewsmedina/1115845 to your computer and use it in GitHub Desktop.
Save andrewsmedina/1115845 to your computer and use it in GitHub Desktop.
uuid generation
>>> from uuid import uuid4
>>> uuid4()
UUID('410e51fd-f2fe-40ea-9a67-16f1f5f5a4a7')
>>> str(uuid4())
'b3a1a5d3-d241-4c47-9281-b29808fd5716'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment