How can I generate a unique ID in Python? [duplicate]

Perhaps uuid.uuid4() might do the job. See uuid for more information.

Leave a Comment