+ 1
Clock in milliseconds?
Is it possible to make a digital clock with an accuracy in milliseconds or microseconds by using Python?
8 Answers
+ 6
Time accuracy to micro seconds is impossible.. the closest you can get is minutes not even seconds
+ 3
Yes , it is possible
+ 3
I don't think programs can be always 100% accurate.
0
How much accurate? 100%?
0
Maybe by using real-time os?
0
No till now i couldn't make a program accurate. Even the variation is not constant.
0
I was trying to make a digital clock by using .after() method in python, and it's not accurate at all. Milliseconds variation for every call is high and not able to be controlled because of the Cpu frequency...
0
Yes it is possible by importing the module.