Complexity of methods etc

Paddy paddy3118 at googlemail.com
Mon Aug 13 01:25:40 EDT 2007


On Aug 13, 1:04 am, "Nathan Harmston" <ratchetg... at googlemail.com>
wrote:
> Hi,
>
> I was wondering if anyone knew of any resources, where I might be able
> to find information about the complexity of certain python functions
> or little tips on how to reduce complexity. I mean like the "".join(),
> kind of thing?
>
> I want to see if there are any improvements I can add to my coding in
> order to reduce  time/space usage/
>
> Many Thanks in advance
>
> Nathan

There is this collection:
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
Although I don't think algorithm complexity is given, it is telling
you how to select the most efficient way of doing things in a number
of examples.

- Paddy.




More information about the Python-list mailing list