2 points by seattle in: 6 days, 10 hours ago | 1 comment | ||
1 point by intrepidhero 5 days ago | discuss | on: uuid — UUID objects according to RFC 4122 — Python 3.8.0 documentation | ||
Here's a question (maybe a dumb one) for the python crowd: why should I use a dedicated uuid algorithm versus `id(myObj)`?
|
||