Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Set of various Python utilities to be used in other scripts and projects.

Notifications You must be signed in to change notification settings

RollingHillsAnalytics/python-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 Commits

Repository files navigation

python_utilities

Set of various Python utilities to be used in scripts and projects.

DisplayDuration

This module can be used to display a nicely formatted message showing the elapsed time between two events. A common use is to display the execution time of a program or process.

For example:

from timeit import default_timer as Timer
from python_utilities import DisplayDuration
starttime = Timer()
...
<some processing>
...
endtime = Timer()
DisplayDuration(starttime, endtime)

About

Set of various Python utilities to be used in other scripts and projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /