Accessing all of an elements properties in a python node

Hello,

I have a list of elements I’m sending into a python node(just showing one currently), but I have a few issues. Is there a way to access all of the parameters of an element inside the python script(Shown below what the node equivalent is)? Not that I will use them all but I’d like to be able to make if conditions around as many parameters as I can. Should I even be developing these scripts in the python node or is there an IDE/SDK that transfers easily? Also is there a way to output more than just “OUT” or would I be better off doing a nested list and just outputting that.