This is a thing in python for generating a list from another list.

newlist = [expression for item in iterable if condition == True]