Re: Python Info.

2007-06-26 Thread Joe Riopel
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

Re: Python Info.

2007-06-25 Thread kaens
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

Re: Python Info.

2007-06-25 Thread Stefan Behnel
Brandon wrote: > Check it out: www.BrandonsMansion.com Why? Stefan -- http://mail.python.org/mailman/listinfo/python-list

Re: Python info

2005-03-14 Thread Swaroop C H
--- 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.

Re: Python info

2005-03-14 Thread Simon Percivall
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