average time calculation??

Chris Angelico rosuav at gmail.com
Sat Jan 12 11:05:45 EST 2013


On Sun, Jan 13, 2013 at 2:32 AM, Thomas Boell <tboell at domain.invalid> wrote:
> This is how I would probably go about it:
>  Convert your strings to floating point values which describe the time
>  in seconds.


Either floats or integers (which would be milliseconds, or whatever
your smallest unit is). I tend to prefer integers for this sort of
work, but do whichever you feel more comfortable working with.

ChrisA



More information about the Python-list mailing list