Complexity of methods etc

DjGoldsmith at googlemail.com DjGoldsmith at googlemail.com
Mon Aug 13 05:57:21 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

I found the two Python Speed articles useful for demonstrating new
ways to optimise code.  Each is full of little tricks and tips on
efficent ways of doing things.


http://wiki.python.org/moin/PythonSpeed
http://wiki.python.org/moin/PythonSpeed/PerformanceTips

Dan




More information about the Python-list mailing list