Getting started with the Python source
Fredrik Lundh
fredrik at pythonware.com
Wed Dec 6 14:20:55 EST 2006
renguy wrote:
> Thank you for your response. I guess I was looking for a more specific
> answer. I have the source and I have been looking around at the various
> code. I think my question is, what is the name of the toplevel source
> code file of C code for the Python interpreter, and what is the name of
> the toplevel source code file for IDLE? Does that make sense?
to learn more about the Python interpreter, see:
http://effbot.org/pyfaq/where-do-i-start-if-i-want-to-learn-about-the-cpython-implementation
</f>
More information about the Python-list
mailing list