Complexity of methods etc

kyosohma at gmail.com kyosohma at gmail.com
Sun Aug 12 21:00:51 EDT 2007


On Aug 12, 7:04 pm, "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

Read a book? Lutz's "Programming Python 3rd Ed." will teach you a lot
of tricks. I would also recommend the Python Cookbook book or the
online version here: http://aspn.activestate.com/ASPN/Python/Cookbook/

Mike




More information about the Python-list mailing list