I wonder if it is possible to implement Python support?
Since it's also a no-nonsense language which doesn't need compilation, like javascript and vbscript, I'm guessing it can't be that hard (but probably I'm missing lots of things ).
Off course, Python should be installed on the servers with remote agents.
Not sure I uderstand your request. What exactly means Python support?
Are you talking about Shell Script or Active Script test methods? Execute external program action? Something else?
Shell Script can use any script that can be executed on your system.
Do you have installed ActivePython or some other Python interpretator?
If you have ActivePython, you may execute scripts using command like cmd /c cscript /B /E:Python %Script% %Params%