Hacker News new | ask | show | jobs
by dgrant 5350 days ago
Why is string interpolation in Python so slow?
1 comments

Good point which would be worth an article in itself. Also comparing the various string interpolation methods that Python has (% versus format).