python interpreter

Dave Angel davea at ieee.org
Wed Jan 26 06:59:52 EST 2011


On 01/-10/-28163 02:59 PM, nair rajiv wrote:
> Hi,
>
> I was exploring python. I wanted to know more about the python
> interpreter i.e the technical details of how it has been written. If I am
> directed
> to the code that also will be fine. The implementation of python data
> structures  lists, tuples and dictionaries.
> If there exists any online documentation on the implementation aspects
> of python, please direct me to it.
>
>
> Rajiv Nair
>
For sources:

Go to www.Python.org, and click on the link on the left side called
"Source Distribution"

If yo do that in the 2.7.1 section you'll get a file called
    python-2.7.1.tar.bz2

Or you could click a little lower, and get the sources to 3.1.3

DaveA




More information about the Python-list mailing list