I'm happy with Python 2.5
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Sun Mar 6 02:58:36 EST 2011
On Thu, 03 Mar 2011 11:43:12 -0700, Ian Kelly wrote:
> On Sun, Feb 27, 2011 at 7:15 AM, n00m <n00m at narod.ru> wrote:
>> http://www.spoj.pl/problems/TMUL/
>>
>> Python's "print a * b" gets Time Limit Exceeded.
>
> If speed is the only thing you care about, then you can forget about
> fretting over whether 2.5 or 3.1 is faster. You're using the wrong
> language to begin with.
Surely that depends on whether you care about execution speed or
development speed.
--
Steven
More information about the Python-list
mailing list