Good to see such a cool project.
I've specified languages to all code blocks in tutorials and readme,
which enables syntax highlighting.
Co-authored-by: Leo Lara <leolara@users.noreply.github.com>
Resolve#82
- Add `scr/python.rs` contains Python Module
- `frontend/python/chiquito` is home for python-source
- dependencies = ["py_ecc"] included in `pyproject.toml` so users don't
have to `pip install py_ecc`
- add `fibonacci.py` to examples
see commit message :)
Please read fibonacci example from files changed of this PR. The link in
README refers to main which doesn't include changes yet
API doc links are deployed from fork, and will be re-deployed from main
once docs are approved and merged
---------
Co-authored-by: Steve Wang <qwang97@wharton.upenn.edu>
Co-authored-by: Chih Cheng Liang <chihchengliang@gmail.com>