LANGUAGE » PYTHON » PACKAGE

Uuid

Usage

Generate unique IDs.

python
import uuid

Examples

Generate random UUID:

python
str(uuid.uuid4())