Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created August 24, 2012 03:47
Show Gist options
  • Save callmephilip/3445229 to your computer and use it in GitHub Desktop.
Save callmephilip/3445229 to your computer and use it in GitHub Desktop.
[Python] generate UUID
import uuid
uuid.uuid1().hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment