Python Source Code Documentation

Martin v. Loewis martin at v.loewis.de
Thu Sep 5 03:39:52 EDT 2002


"Terry Reedy" <tjreedy at udel.edu> writes:

> If you mean the C source of the Python interpreter, you mostly are on
> your own.  You can try groups.google to retrieve past posted
> discussions.  Beyond that, the source is its documentation.   You can
> probably learn quite a bit by spending an hour or two.

It isn't really that bad: You should study the "Extending and
Embedding" tutorial, and the C API reference. If you have memorized
those, reading the Python source code will be much easier.

Regards,
Martin




More information about the Python-list mailing list