Program to find if the squares overlap which consists of 3 ints: x, the horizontal position of the lower left corner; y, the vertical position of the lower left corner; and s, the height and width of the square. These three ints can be stored in a list.
I have used atom to write this python program. Any of the following IDE can be used - VS, atom, notepad++, sublime. Many other IDE exists that can be used to write python code.