Vladimir

6%
Flag icon
Repeated concatenation of immutable sequences is inefficient, because instead of just appending new items, the interpreter has to copy the whole target sequence to create a new one with the new items concatenated.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview