On 6/26/07, kaens <[EMAIL PROTECTED]> wrote:
> It was like being slapped with the mid-90s
That was awesome.
> On 6/26/07, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> > Brandon wrote:
> > > Check it out: www.BrandonsMansion.com
That is horrible.
--
http://mail.python.org/mailman/listinfo/python-lis
It was like being slapped with the mid-90s
On 6/26/07, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> Brandon wrote:
> > Check it out: www.BrandonsMansion.com
>
> Why?
>
> Stefan
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinfo/python-list
Brandon wrote:
> Check it out: www.BrandonsMansion.com
Why?
Stefan
--
http://mail.python.org/mailman/listinfo/python-list
--- Dave Zhu <[EMAIL PROTECTED]> wrote:
> I would like to have a broad knowledge on Python.
> Basically, I would like to know Python is designed,
> how parsing, compilation, and interpretation take
> place, how memory management works, how the Python
> interpreter performs compared to others, etc.
Well, the source code is pretty well documented if you want to get to
know the implementation. Read the "Extending and Embedding" tutorial
and the "Python/C API" reference, then start digging through the code.
Performance comparisons are broadly available, and always suspect.
--
http://mail.pyth