标签: python pylons cassandra uuid
使用UUID?
答案 0 :(得分:8)
我会选择uuid
from uuid import uuid4 def new_user_id(): return uuid4().hex