I am sure this has been discussed before but if some one is kind enough to discuss it again i would really appreciate it. Oh, i'm trying to add current date and time to the CSV file name and its not working. Heres the code i wrote time_now = datetime.datetime.now() time_now = str(time_now) time_now = time_now[0:19] print time_now # open/create a ...