Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/charlesfrye/montecarlopi
- Owner: charlesfrye
- Created: 2021-11-19T21:17:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T21:49:47.000Z (about 3 years ago)
- Last Synced: 2024-10-27T15:37:36.076Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```