tutorials / sandboxing
Interactive Tutorial • 10 min read

Full-Stack Web & Python Sandboxing

Safely execute, test, and render reactive apps or terminal scripts.

Overview & Objectives

Isolated sandboxing allows Accelerated Logic AI to run Python scripts client-side via Pyodide, evaluate reactive Web components safely, and preview live applications without risking host environment security.

Core Tutorial Steps

1
Launch the Interactive Python Playground

Open the Python Playground tab to run NumPy, Pandas, Matplotlib, or standard Python scripts directly inside browser WebAssembly.

2
Test Web App Preview & Responsive States

Switch to the Web Sandbox preview mode to inspect live HTML, React, and CSS rendered directly from agent outputs.

3
Inspect Package Ingestion & WASM Runtimes

Pyodide dynamically downloads pure Python packages from PyPI inside the browser worker thread.

4
Evaluate Multi-File Web Builds

The sandbox aggregates virtual file systems and bundles modules instantly without needing external Node servers.

Pro Tip & Best Practices

Use the Python Playground for quick data visualizations and algorithmic testing before bundling code into full-stack web applications.