The Python Oracle

How to create a GUID/UUID in Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Track title: CC D Schuberts Piano Sonata D 850 in D

--

Chapters
00:00 Question
00:25 Accepted answer (Score 1347)
01:47 Answer 2 (Score 354)
02:07 Answer 3 (Score 167)
02:51 Answer 4 (Score 30)
03:46 Thank you

--

Full question
https://stackoverflow.com/questions/5348...

Accepted answer links:
[uuid module]: https://docs.python.org/3/library/uuid.h...
[uuid1()]: https://docs.python.org/3/library/uuid.h...
[uuid3()]: https://docs.python.org/3/library/uuid.h...
[uuid4()]: https://docs.python.org/3/library/uuid.h...
[uuid5()]: https://docs.python.org/3/library/uuid.h...
[RFC 4122]: https://www.rfc-editor.org/rfc/rfc4122
[(]: https://uuid6.github.io/uuid6-ietf-draft/
https://pypi.org/project/uuid6/
[Python 2]: https://docs.python.org/2/library/uuid.h...
[Python 3]: https://docs.python.org/3/library/uuid.h...

Answer 2 links:
[uuid module]: https://docs.python.org/2/library/uuid.h...

Answer 3 links:
https://docs.python.org/3/library/uuid.h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #uuid #guid #uniqueidentifier

#avk47