Skip to content

Instantly share code, notes, and snippets.

@Jwpe
Created May 19, 2014 05:14
Show Gist options
  • Save Jwpe/0a4b7c45161210b5466e to your computer and use it in GitHub Desktop.
Save Jwpe/0a4b7c45161210b5466e to your computer and use it in GitHub Desktop.
Make a random UUID in Python
import uuid
# UUID4 is random!
my_uuid = uuid.uuid4()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment