lisa.target: Add Target.execute_python()
Allow executing remotely a python function, provided the python intepreter is installed on the target.
Also provide a Target.target_func decorator to turn a regular function into a remote one transparently.
note: the remote functions are not allowed to depend on anything else than standard library.