The Scene class provides an attribute-based method for retrieving PyNode instances of nodes in the current scene.
>>> SCENE = Scene()
>>> SCENE.persp
nt.Transform(u'persp')
>>> SCENE.persp.t
Attribute(u'persp.translate')
An instance of this class is provided for you with the name SCENE.