I was just wondering if someone could point me to any documentation for Python scripts within Apigee. I searched around a bit but couldn't find much detail. I already found the two primary documents on Python Script Policies and Python Script.
I am looking for things such as supported libraries, which version of python, and the conversion points/functionality for accessing Apigee resoureces. For example, it seems that flow is the Python equivalent of the JavaScript context.
I am curious to try out some Python scripting.