Re: Fibonacci series recursion error



On Wed, May 4, 2011 at 8:31 AM, Ian Kelly <ian.g.kelly@xxxxxxxxx> wrote:
A back-of-the-envelope calculation
shows that with modern technology it would take more than 10 ** 257
years to complete.

Then I propose that Python be extended to allow for underlying
hardware upgrades without terminating a script. This will be essential
to the finding of answers to these vital questions.

Chris Angelico
.



Relevant Pages

  • Re: Is python very slow compared to C
    ... Yes, but quite similar to assignment in Java, which is apparently the ... most widely taught language nowadays. ... copy) and SET (assignment by reference, like Java and Python). ... If Cobol's key underlying concepts had proved satisfactory to the needs ...
    (comp.lang.python)
  • Re: numpy: handling float(NaN) different in XP vs. Linux
    ... I guess the key here is that it is not an issue with Python, ... change 'the underlying C code?' ... Then when/if your mapping has enough entries to make it worthwhile, ...
    (comp.lang.python)
  • Re: python for loop
    ... Carl Banks writes: ... Python (because a user would have NO CLUE that something underlying ...
    (comp.lang.python)
  • Subprocess does not return for longer-running process
    ... The Popen call does not return if the underlying OS call runs longish, ... if the underlying OS call is merely "sleep N" it will return ... #!/usr/bin/env python ...
    (comp.lang.python)