日常生活で使うPython
https://speakerdeck.com/hayaosuzuki/python-for-everyday
#secrets
secrets.token_urlsafe
https://docs.python.org/ja/3/library/secrets.html#secrets.token_urlsafe
テキストは Base64 でエンコードされていて
secrets.choice
https://docs.python.org/ja/3/library/secrets.html#secrets.choice
関連:
Pythonドキュメントの日付計算の例