Monthly Archives: September 2015

Python List Comprehension…and C#

In Python List comprehensions provide a concise way to create lists. To build them, you use brackets which contain an express that is followed by a for clause. You can add zero or more for or if clauses. Since you can put all kinds of objects inside a list, the expression can be anything. What do we get when we […]