Oracle Database

2017-03-07 Thread Robert James Liguori
What is the easiest way to connect to an Oracle Database using python in order to run queries? -- https://mail.python.org/mailman/listinfo/python-list

Re: How do I add 18 seconds to an ISO-8601 String in Python?

2016-01-23 Thread Robert James Liguori
Thank you so much! Btw, how do I convert back to ISO-8301? -- https://mail.python.org/mailman/listinfo/python-list

Re: How do I add 18 seconds to an ISO-8601 String in Python?

2016-01-23 Thread Robert James Liguori
Oh... How do I convert it back to ISO 8301? -- https://mail.python.org/mailman/listinfo/python-list

Re: How do I add 18 seconds to an ISO-8601 String in Python?

2016-01-23 Thread Robert James Liguori
I cant thank you enough -- https://mail.python.org/mailman/listinfo/python-list

How do I add 18 seconds ISO-8301 String in Python?

2016-01-23 Thread Robert James Liguori
How do I add 18 seconds to this string in Python? 2000-01-01T16:36:25.000Z -- https://mail.python.org/mailman/listinfo/python-list

Calculating longitudinal acceleration, lateral acceleration and normal acceleration

2016-01-23 Thread Robert James Liguori
Is there a python library to calculate longitudinal acceleration, lateral acceleration and normal acceleration? Thanks. -- https://mail.python.org/mailman/listinfo/python-list

Is there a limit to the characters used in a print statement?

2016-01-16 Thread Robert James Liguori
I'm doing a data conversion and all is garbled when I add an extra hundred lines to the print in my for loop. Is there a limit? -- https://mail.python.org/mailman/listinfo/python-list