Why is variable1 += variable2 much faster than variable1 = variable1 + variable2?
I have inherited some Python code which is used to create huge tables (of up to 19 columns wide by 5000 rows). It took nine seconds for the table to be drawn on the screen. I noticed that each row was added using this code: