title |
---|
Noodles - parallel programming in Python |
::: {.splash}
- Write readable code
- Parallelise with a dash of Noodle sauce!
- Scale your applications from laptop to HPC using Xenon
- Read our documentation, including tutorials on:
Noodles is a task-based parallel programming model in Python that offers the same intuitive interface when running complex workflows on your laptop or on large computer clusters.
To install the latest version from PyPI:
pip install noodles
To enable the Xenon backend for remote job execution,
pip install noodles[xenon]
This requires a Java Runtime to be installed, you may check this by running
java --version
which should print the version of the currently installed JRE.
All the latest documentation is available on Read the Docs.