Python scripting is broke.
You can do some python scripts in construct but there is no way to itterate over lists of objects. You can't access all "Objects" of a certain kind in Python.
Missing python features are:
Iterate over collections of "Objects" like:
for spr in Sprite:
do something with sprite
And if you could use python in the action part of events it would be nice to be able to access picked instances. So something like this:
for instance in Picked:
do something with that instance
----------------------------------
So python is broke. Unfortunately so are the loops in the event system. So for now I am just waiting and oberving the progress of Construct. I still think it shows much prommise.