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

https://github.com/calculationcollective/pyxcalculator


https://github.com/calculationcollective/pyxcalculator

calculator cython

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cython calculator
## Compiling
Run this command to compile the ```.pyx``` file using this command: ```python setup.py build_ext --inplace```

This generates a ```.pyd``` file

## Executing
Import the previously created ```.pyd``` file into a new ```.py``` file and run the functions created in cython