subhabangal...@gmail.com Wrote in message: > > > 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. >
What exactly is the problem? Perhaps you want the file name to encode the date, so that today's filename might be 2014-07-09.txt ? So you need to look up the current date, make a string from it, and create that file. What have you tried, and what went wrong? -- DaveA -- https://mail.python.org/mailman/listinfo/python-list