I'm trying to output a list of string values into a 2 column format. The standard way of making a list of strings into "normal text" is by using the string.join ...
I'm very new to Python and have a question. Currently I'm using this to calculate the times between a message goes out and the message comes in. The resulting starting time, ...
Using Column Header to set Date Format - SOLVED by redmarvel Mon Jul 09, 2007 8:26 am I'm trying to read data from a file and using the heading of the column to tell me what date format the data was entered in. Then I would like to parse out the date and reformat it to a proper Python date ...