I am using houdini 10.0.430 version, I need script for finding dependency nodes of the same network or in different network of a selected node in the houdini scene file through python scripting.
Unfortunately there is currently no HOM support for node dependencies. If you need this information using Python you will need to use hou.hscript() and opdepend and extract the info from it.
Graham Thompson, Technical Artist @ Rockstar Games