Python

In BrazenCloud, a Python Action in an Action that primarily runs a Python script. BrazenCloud does not limit anything in the Python script unless you include a security.json file, so the only restrictions are going to be host, OS, and Python related.

Getting Started

You can create your own Python Actions using the Python Action template:

Using the Template

And then build and publish your Action:

Build and Publish

When you are ready to move on to more advanced developing, check out:

Overview

Portable Python

Since BrazenCloud can deliver executables in Actions, you can also leverage the portable version of Python to run Python scripts without needing to install Python on the host.

Last updated