[Tutor] serial data capture/event driven help

2005-12-15 Thread Bobby Castleberry
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

Re: [Tutor] deleting files that are older than x days old

2005-07-13 Thread Bobby Castleberry
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