Time Module in Python (Python for Beginners) | Part 30

preview_player
Показать описание
Enjoyed my video? Leave a like!
Рекомендации по теме
Комментарии
Автор

THANK YOU ... This is exactly what I was looking for :) !!!

TechFreak
Автор

Thank you for the wonderful and in-depth tutorial

swordsimkid
Автор

Thanks. Exactly what I was looking for.
I ran your code
start = time.time()
now = time.gmtime()
now = time.asctime(now)
print(now)
stop = time.time()
print(stop-start)
and got 0.0 seconds :(
I then inserted a
for i in range(1, 2001):
print("Hey: ", i)
print (start, stop, stop - start)
and got 0.07345345 seconds

roadmonitoroz
Автор

wow! very useful . you really make the 80/20 law about the importent thing in this moudle

amitayshochat
Автор

Great videoooo very interesting and useful

giovannimariotte
Автор

"there's a lot of cool things you can do with "time"...."

exactly why I'm training to become a software developer, lol.

whisperingadventurespnw
Автор

Excellent video, very useful for my current project. Thank you for posting.

rm
Автор

Very helfull bro, but how do we get the time execution (delay) between computer A and computer B. For example i have computer A and B, then i want to sent the data from A to B, how do we calculate the time in transmiting ?

fitrafirdaus
Автор

Thank you for your video. What I noticed is that asctime must be pulling from the computers RTC (Real Time Clock) since the time is showing my local time zone.

kentharris
Автор

Hello bro can you add two times to get total time

japhethachimba
Автор

Thanks for this video, it was helpful!

davidm.johnston
Автор

Hey, Is there some way to ask user to enter a line but within a time limit in python I mean for example there is only 10s to write a line by user and if he didn't write within 10s the program says TIME IS OVER.

nukhbaiqbal
Автор

Thanks just got my assistant telling the time

harrisonwebb
Автор

my boy looking like Sid from Ice Age in the thumb nail

copdatchoppa
Автор

frome iraq countre, your amazing pro . i wish i write wriht

سڪࢪ-عد
Автор

You probably explained it earlier but I didn't get why you would do now=time.time() followed by now = time.asctime(now). You could just do now = time.asctime() surely? Or are you just illustrating that you can convert a given time using this module? I think you need to clarify that a little bit. But good video. You have a really good manner. You should publish this on Python community forums

SamsaraEquitation
welcome to shbcf.ru