Hi after not understandig several things I decided I needed to understand
the way python works in order to persue my documentation effort . And I
mean REALLY works:
How it initializes, how does it's stack works, etc....

For example in C I have read several documents and books of how C works:
You have a memory arrangement where you find diferent segments:
text, initialized data, uninitalized data, heap, stack, stack frames and
these components interact in other to make a program works, blah, blah,
blah ....
Sorry if this is a offtopic and dum question (I studied electronics not
computer science ) but I've just lost 45 mins searching for
such a doc of "how does python work" in the python site and I've remained
empty handed...

I would understand if there isn't such a doc and that I would have to take
a plunge in python source code but a nice document would be very helpfull.


                Daniel Kornhauser

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to