I read this question Evenly distributing n points on a sphere and in one of the answers in python was used this:
offset = 2./samples
I was trying to find what does it mean but I didn't succeed. At first, I thought it is something with directories (./ like in Linux command line) but that doesn't make any sense actually.
If this is too basic or duplicate I am sorry, but I didn't find it anywhere.