I used PyShell. It allows you to explore python in construct much like the python command line app bundled with python.
Open PyShell.cap, add a Sprite and give it the Platform behavior.
Run the Layout and you will be presented with a prompt.
If you type dir() you will see a list that contains the names of all the objects.
dir(SpritePlatform) shows a list of all the python equivalences.