About 193 results
Open links in new tab
  1. Home - Coiled.io

    Coiled is a lightweight compute platform for Python data engineers and scientists. Scale your workloads to thousands of machines in the cloud without Docker or Kubernetes. Process terabytes of data with …

  2. Coiled User Guide — Coiled documentation

    Code Locally: You write normal Python wherever you do today (like your laptop) and submit that code to run on Coiled. Launch VMs: Coiled rapidly creates ephemeral VMs to run your code (this takes about …

  3. Coiled | A Simple Way To Scale Python

    Zero Click Deployment Coiled runs from anywhere you can run Python, including other web services, automated jobs, and even your own laptop.

  4. How to run a Python script on EC2 — Coiled documentation

    Jun 25, 2025 · Coiled makes it easy to run Python scripts on EC2 and scale out to run your jobs in parallel. It provisions machines on your behalf, replicates your local Python environment, and shuts …

  5. coiled.io

    Redirecting to /serverless-python...

  6. Package Sync — Coiled documentation

    Package sync scans your local Python environment and replicates it on the cluster—even local packages and Git dependencies. It’s easier and faster than building a Docker image.

  7. Long-running Lambda workloads: Challenges and alternatives

    Jul 16, 2025 · Coiled is an easier alternative to running Python on the cloud. It automates the provisioning of EC2 instances in your AWS account, automatically synchronizes your Python …

  8. DataFrame Workloads with Coiled — Coiled documentation

    A: Because you can use Coiled from anywhere you run Python, Coiled composes naturally with all job schedulers. Just keep using whatever you’re using today. Other frameworks tie you into a certain job …

  9. Schedule Python Jobs with Prefect and Coiled

    Schedule Python Jobs with Prefect and Coiled Prefect is a popular workflow management system. Its intuitive API makes writing workflows straightforward, especially for Python developers, who can …

  10. Package Sync Limitations — Coiled documentation

    Package sync doesn’t handle non-Python, system-level packages you’ve installed with a system package manager like apt or homebrew. It’s rare these days, but some Python packages cannot …