How to concatenate datetime.date object and datetime.time object

2008-08-05 Thread Will Rocisky
Actually I am trying to save both date and time in one cell but they are given separately by user. -- http://mail.python.org/mailman/listinfo/python-list

How to round a floating point to nearest 10?

2008-08-09 Thread Will Rocisky
I want my 76.1 to be rounded to decimal 80 and 74.9 to decimal 70. How can I achieve that? -- http://mail.python.org/mailman/listinfo/python-list

Re: How to round a floating point to nearest 10?

2008-08-09 Thread Will Rocisky
On Aug 9, 5:46 pm, Peter Otten <[EMAIL PROTECTED]> wrote: > Will Rocisky wrote: > > I want my 76.1 to be rounded to decimal 80 and 74.9 to decimal 70. > > How can I achieve that? > >>> help(round) > > Help on built-in function round in module __built

Interpreting python profiler results

2006-03-07 Thread Will Ware
anybody know if I am correct in my conclusion that most of the program's time is being spent in some getattr function in PyOpenGL? Thanks Will Ware -- http://mail.python.org/mailman/listinfo/python-list

Re: Fastest technique for string concatenation

2010-10-05 Thread Will Hall
gnificant improvement over doing the join(). Okay. I've never responded to one of these before, so please correct me if I'm making any large blunders. I'd just recently read Guido's Python Patterns -- An Optimization Anecdote, and I was wondering why a similar method to the on

Re: Fastest technique for string concatenation

2010-10-05 Thread Will Hall
On Oct 5, 2:39 pm, Will Hall wrote: > On Oct 3, 8:19 am, Roy Smith wrote: > > > > > My local news feed seems to have lost the early part of this thread, so > > I'm afraid I don't know who I'm quoting here: > > > > My understanding is that append

Calling an exe from Python?

2005-10-16 Thread will . h . brown
Hi! I'm new to Python and I need to call an executable file from my script. Is that possible, and if so, how? Thank you! whb -- http://mail.python.org/mailman/listinfo/python-list

<    1   2   3