The cython command will read hello.pyx and generate the hello.c file: $ cython hello.pyx To compile hello.c to a Python extension module, we will use the ...
確定! 回上一頁