Hello I'm trying to improve the performance of my code (find out a nice article here: http://leadsift.com/loop-map-list-comprehension/ )
And I'd like to know if I can use a comprehension list in this part of my code:
for fmt in excels: xls_list.add(fmt) df_dict[fmt] = ''