a claimless python to c++ converter
conda install -c conda-forge pythran
conda install -c "conda-forge/label/broken" pythran
conda install -c "conda-forge/label/cf201901" pythran
conda install -c "conda-forge/label/cf202003" pythran
conda install -c "conda-forge/label/gcc7" pythran
Pythran is an ahead of time compiler for a subset of the Python language, with a focus on scientific computing. It takes a Python module annotated with a few interface description and turns it into a native Python module with the same interface, but (hopefully) faster.