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
More information about the Python-list mailing list
Thu Sep 20 20:48:39 EDT 2007
- Previous message (by thread): I could use some help making this Python code run faster using only Python code.
- Next message (by thread): I could use some help making this Python code run faster using only Python code.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): I could use some help making this Python code run faster using only Python code.
- Next message (by thread): I could use some help making this Python code run faster using only Python code.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list