How to read source code of python?

Qijing Li qjing.li at gmail.com
Thu Jun 10 01:25:52 EDT 2010


Thanks for your reply.
I'm trying to understand python language deeply and  use it efficiently.
For example: How the operator "in" works on list? the running time is
be O(n)?  if my list is sorted, what the running time would be?



On Wed, Jun 9, 2010 at 5:59 PM, geremy condra <debatem1 at gmail.com> wrote:

> On Wed, Jun 9, 2010 at 5:28 PM, Leon <qjing.li at gmail.com> wrote:
> > Hi, there,
> > I'm trying to read the source code of python.
> > I read around, and am kind of lost, so where to start?
> >
> > Any comments are welcomed, thanks in advance.
>
> Are you trying to find out more about python-the-language,
> or the interpreter, or the stdlib, or trying to make some
> specific change, or...?
>
> Geremy Condra
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100609/b5bf4a9d/attachment.html>


More information about the Python-list mailing list