How-to articles, tricks, and solutions about UUID
How to create a GUID/UUID in Python
You can use the uuid module in Python to generate a globally unique identifier (GUID), also known as a universally unique identifier (UUID).