Writing Python File at Specific Interval

Abhiram R abhi.darkness at gmail.com
Wed Jul 9 13:39:23 EDT 2014


Looping in the list to improve on my suggestion or suggest an alternative


On Wed, Jul 9, 2014 at 11:03 PM, Abhiram R <abhi.darkness at gmail.com> wrote:

> Hi Subha,
> What is the current methodology you're using? If your code is already
> being called every 24 hours or whatever, you can use a "touch" command
> inside an os.system() call and create a new file and append your results to
> it, right? Is that what your objective is?
>
>
> On Wed, Jul 9, 2014 at 8:06 PM, <subhabangalore at gmail.com> wrote:
>
>> Dear Group,
>>
>> I am trying to write a file, which would create a new file name
>> as the code runs.
>>
>> The code (a basic crawler) would run every morning
>> or evening, on a predefined time. [This part is fine].
>>
>> In the next part, I am trying to store the daily
>> results to a new file.
>>
>> As I researched I found some tips around time module,
>> logging module, pythoncom etc. But not getting any important
>> lead.
>>
>> If any one of the esteemed members may kindly suggest.
>>
>> Regards,
>> Subhabrata Banerjee.
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
>
>
>
> --
> Abhiram.R
> M.Tech CSE (Sem 3)
> RVCE
> Bangalore
>



-- 
Abhiram.R
M.Tech CSE (Sem 3)
RVCE
Bangalore
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140709/e195319b/attachment.html>


More information about the Python-list mailing list