开发者

Unique user ID in a Pylons web application

What is the best way 开发者_开发技巧to create a unique user ID in Python, using UUID?


I'd go with uuid

from uuid import uuid4
def new_user_id():
    return uuid4().hex
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜