Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Generate String Only Unique to That Platform
Post: RE: Generate String Only Unique to That Platform

(Sep-10-2019, 03:33 PM)snippsat Wrote: Can use uuid. It provides the uniqueness as it generates ids on the basis of time,Computer hardware (MAC etc.). >>> import uuid >>> >>...
firesh General Coding Help 2 2,107 Sep-10-2019, 09:36 PM
    Thread: Generate String Only Unique to That Platform
Post: Generate String Only Unique to That Platform

Hi all, Could someone enlighten me, How can I get a piece of string , say 6 characters mix of alpha & numbers, only unique to that platform ? Or at least some concept how can I do that? I nee...
firesh General Coding Help 2 2,107 Sep-10-2019, 02:24 PM
    Thread: Time Difference in Epoch Microseconds then convert to human readable
Post: RE: Time Difference in Epoch Microseconds then con...

Hi , Thank you all, despite all trying to help, but i couldn't understand. I have managed to solve it myself. Hence, i will just share with whoever looking for solutions too. from datetime import ...
firesh General Coding Help 4 11,629 Feb-27-2018, 09:08 AM
    Thread: Time Difference in Epoch Microseconds then convert to human readable
Post: RE: Time Difference in Epoch Microseconds then con...

(Feb-27-2018, 06:40 AM)Larz60+ Wrote: learn all about it here: https://pymotw.com/3/datetime/ I am sorry but it doesnt tell me anywhere in there to convert epoch microseconds to a datetime object. ...
firesh General Coding Help 4 11,629 Feb-27-2018, 06:53 AM
    Thread: Time Difference in Epoch Microseconds then convert to human readable
Post: Time Difference in Epoch Microseconds then convert...

hi i have 2 epoch microseconds and i would like to know the datetime difference then print out the difference with human readable. Epoch Microseconds: Output:Start : 1519614072686129 End : 15196...
firesh General Coding Help 4 11,629 Feb-27-2018, 06:39 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020