On 29.03.2016 11:39, Peter Otten wrote: > My question to those who know a bit of C#: what is the state-of-the-art > equivalent to > > "\n".join(foo.description() for foo in mylist > if foo.description() != "") > Using LINQ, I suppose: https://en.wikipedia.org/wiki/Language_Integrated_Query