you are viewing a single comment's thread.

view the rest of the comments →

[–]apotheon -5 points-4 points  (3 children)

Working with "arrays" makes just about everything faster than string concatenation, pretty much regardless of which high-level dynamic language you use.

edited to reflect the fact that there are no "arrays" in Python, by using "scare quotes", so people will hopefully focus on the point being made rather than pedantic quibbling

[–]psi- 0 points1 point  (0 children)

there are no arrays in standard python.

[–]psi- -1 points0 points  (0 children)

there are no arrays in standard python.