remove all empty values from list python unless it is inbetween alphabets code example Example: python filter list empty string str_list = list(filter(None, str_list))