I could use some help making this Python code run faster using only Python code.
Istvan Albert
istvan.albert at gmail.com
Thu Sep 20 20:48:39 EDT 2007
On Sep 20, 7:13 pm, "mensana... at aol.com" <mensana... at aol.com> wrote:
> How come it's not? Then I noticed you don't have brackets in
> the join statement. So I tried without them and got
If memory serves me right newer versions of python will recognize and
optimize string concatenation via the += operator, thus the advice to
use join does not apply.
i.
More information about the Python-list
mailing list