xecution and several articles on asynchonis programming but I'm really
having problems wrapping my mind around how this does work (the whole
event driven programming/asynchonis programming paradigm). Any advice
or linkage to some tutorial type articles for event driven design.
Thanks
Mike Hansen wrote:
> From a python program, I want to delete certain files that are older than x
>days old.
>
>How do you convert a time represented in seconds from the epoch into a
>datetime
>object?
>
>
using unix time (seconds from the epoch) is rather easy. what I would
do in this case i