I want to automate rexx scripts using python eventually I want to automate the mainframe login.
I am totally new to mainframe. Any help is appreciated
i'm not sure about what you are doing, but from what you have asked i would go from 2 ways, if you are really willing to use python, i would use the Zowe SDK for python to run tso commands and call the REXX you would like to use. You can learn more about it here: https://github.com/zowe/zowe-client-python-sdk#tso
Otherwise i would call the rexx you are willing to execute from a JCL.