Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlesfrye/montecarlopi

Toying around with Rust extension of Python with Monte Carlo example
https://github.com/charlesfrye/montecarlopi

Last synced: about 1 month ago
JSON representation

Toying around with Rust extension of Python with Monte Carlo example

Awesome Lists containing this project

README

        

# Python library with Rust extension

Built using pyo3 and poetry.

Based on [this video](https://www.youtube.com/watch?v=yqLD22sIYMo).

# Build

> ACHTUNG: Only checked on Ubuntu 18.04 with one version of Rust!

```bash
poetry build
poetry run pure-python
poetry run rust-extension
```