Showing posts with label time. Show all posts
Showing posts with label time. Show all posts

How to measure time elapsed in Python


import time

start_time = time.time()
# your code
elapsed_time = time.time() - start_time

Blogger Tips - Remove "Posted by author name" or time for your post


This is a tip for removing "posted by author name" or time for the post in your blogger.


In [Layout]  → [Blog Post]  →[Edit] to uncheck the options...



The result after changing the options will be displayed as below: