View organization page for Coiled

2,949 followers

The Python packaging world is… vast. One of the most delightful recent developments is uv, a blazing-fast package and environment manager from Astral. It’s fast. It’s simple. And when you pair it with Coiled, running Python scripts on the cloud becomes just as seamless. With uv + Coiled, you can: - Declare script-specific dependencies directly in your Python file (`uv add --script`) - Specify runtime config (container, region, hardware) with inline # COILED comments `uvx coiled batch run uv run process.py` Prefer a CLI-only approach? You can also do all this in a single command from your terminal: uvx coiled batch run \ --region us-east-2 \ --container ghcr.io/astral-sh/uv:debian-slim \ uv run \ --with "pandas pyarrow s3fs" \ process.py Compare that to something like AWS Lambda or AWS Batch, where you’d typically need to: - Package your script and dependencies into a ZIP file or build a Docker image - Configure IAM roles, triggers, and permissions - Handle versioning, logging, or hardware constraints With Coiled, there’s: - No YAML jungle - No clicking around in the AWS console - No K8s Just Python on the cloud without the overhead. Check out this demo from James Bourbeau to learn more.

To view or add a comment, sign in

Explore content categories