run_python demonstrates running Python scripts in a sandboxed environment.
This example shows how to:
- Pull an OCI image (python:3.12-slim)
- Create a sandbox instance
- Write a Python script to the filesystem
- Execute the script and capture output