in blender game you can get the currently activated object by using the phrase:
bge.logic.getCurrentController()
and with the Method "owner" you can get access to the content of that objects property and content.
But what if you want to get a certain object in the scene which is CURRENTLY NOT ACTIVATED?! How can you get that object through python?! I found nothing about it neither here nor in the internet! Thanks in advance!