Skip to content

This is a some code written to make implemantation of cython Easy...

Notifications You must be signed in to change notification settings

satendrapandeymp/cython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randoms

1) Install cython.

sudo apt-get install cython

2) Rename your .py as .pyx file.

python rename.py

3) compiling your srcCode

python setup.py build_ext --inplace

4) Now Import your code like src.filename in main.py

** Enjoy :D **

About

This is a some code written to make implemantation of cython Easy...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages