If performance matters, use something other than shell. If you are writing a script that is more than 100 lines long, or that uses non-straightforward control flow logic, you should rewrite it in a ...
Important Use the v2 programming model for a decorator-based approach to define triggers and bindings directly in your code. In the Python v1 programming model, each function is defined as a global, ...