I have never used the scene module before, but I was doing some drawing in a custom view , just overriding the draw method. But needed to do some simple Rect Calculations. Inset etc. not difficult, but muddys your code. Then I just come across the Rect object in scene. I just imported Rect. My tip being that even you don't use a module, can be worTh going through the docs to see what it contains. I understand the Rect object is a little heavy compared to just calculating coords, but in this case I only needed a few Rects.
Hope it helps someone
from scene import Rect