Picking out items from a python list which have specific indexes April 22, 2023 by Tarik [main_list[x] for x in indexes] This will return a list of the objects, using a list comprehension.