On May 7, 2014 8:42 PM, "C Smith" <illusiontechniq...@gmail.com> wrote:
>
> I guess intuiting efficiency doesn't work in Python because it is such
> high-level? Or is there much more going on there?

Hi,

The level is a good part, yes. If, like me, you don't  know what C
constructs are under python constructs, you are guessing shapes of objects
by the shadows they cast.

But, that's not the sole issue. Ever write code that you thought did what
you wanted only to run it and find out you were wrong? That happens because
your intuitive judgements aren't giving you perfectly reliable insight into
what code does :-)

Best,

Brian vdB
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to