Элементы списка, не в другом списке Python
main_list = list(set(list_2) - set(list_1))
Creepy Cat
main_list = list(set(list_2) - set(list_1))