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 <debat...@gmail.com> wrote:

> On Wed, Jun 9, 2010 at 5:28 PM, Leon <qjing...@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
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to