2013年10月6日 星期日

how many ways to import c/c++ to python


  • import your c/c++ to python
  • way
    • cython
    • pyobject python c api (python extension with C)
    • swing
    • ctypes
  • ref
    • http://realmike.org/blog/2012/07/05/supercharging-c-code-with-embedded-python/
    • https://intermediate-and-advanced-software-carpentry.readthedocs.org/en/latest/c++-wrapping.html
    • http://realmike.org/blog/2012/07/08/embedding-python-tutorial-part-1/
    • http://www.tutorialspoint.com/python/python_further_extensions.htm
    • https://mail.python.org/pipermail/capi-sig/2009-May/000256.html
    • http://docs.scipy.org/doc/numpy/user/c-info.how-to-extend.html
    • http://dan.iel.fm/posts/python-c-extensions/
    • http://web.mit.edu/course/6/6.863/OldFiles/python/old/numpy-1.0.1/numpy/core/src/arraymethods.c
    • http://scipy-lectures.github.io/advanced/interfacing_with_c/interfacing_with_c.html#introduction

沒有留言:

張貼留言