a625687551 / cython_play

happly play ....

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cython_play

happly play ....

bulid

# linux or mac os
python setup.py build_ext --inplace

# win 
python setup.py build_ext -i compiler=mingw32 -DMS_WIN64
python setup.py build_ext -i compiler=msvc

# other
import pyximport
pyximport.install()

# notebook
%load_ext Cython
%%cython

from hello import say_hello_to

About

happly play ....


Languages

Language:Python 51.6%Language:OpenEdge ABL 48.4%Language:C++ 0.0%