I think this is the most idiomatic way of doing it in modern python: > "".join(chr(x) for x in list_of_ints) This article is really really really out of date
The article is about performant python, not idiomatic python.
Sure, but I have to say I felt very distracted by his not even mentioning the idiomatic approach.