Комментарии:
Bruh do a Python OOPS and a good project for 2022 resumes
ОтветитьI love how clear you explained in every videos. I'm very inspired. Thanks.
I'm waiting for your next video🤩
This is good to know. One very common habit is to generate “unique” IDs by using integers in Excel and dragging it as the data set increases, but of course this can lead to issues as the data is manipulated and more people work with it.
Ответитьwhat pycharm icons and themes are you using?
ОтветитьThe last example you gave is not good enough, because it checks for duplicates against the single value ("test") and not against all the values that are randomly generated within the "for" loop. It is kind of "The birthday paradox" (or "The birthday problem").
ОтветитьIm trying javascript for 1 week and still mistakes with if() {} statement
Ответитьthanks for video! One quastion I have: can we cut uuid to smaller sting? or we need to use generating random digit or string fo this?
ОтветитьОно не гарантирует уникальности, чтобы было полностью уникальное нужно использовать uuid1( и здесь рандомное число огромного диапазона), потому что uuid1 будет брать текущее время до наносекунд и ещё рандом.НОО это занимает в 2 раза больше времени чем uuid4.
Ответить