On Sat, Jul 22, 2006 at 06:20:12AM -0400, Kent Johnson wrote:
> We just had a discussion of recursion, you might want to look at it - 
> though the code is a bit more complex than this example.
> http://mail.python.org/pipermail/tutor/2006-July/048081.html

Glad to see I'm not the only one to get tripped up by stack frames.  I
guess that's what happens to us non-CS majors who get into Python.
After I got Kent's explanation in the discussion he refers to above, I
did a little research.  The best shortish description of the call
stack is, not surprisingly, at Wikipedia:
http://en.wikipedia.org/wiki/Call_stack

I understood things a bit better once I took the time to digest that
article.

gabe
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to