• Skip to primary navigation
  • Skip to content
  • Skip to footer
Bien's Space
  • Posts
  • Categories
  • Tags
  • About

    Binding C++ library to Python with Cython

    less than 1 minute read

    Cython module include two parts:

    • A definition file (.pxd): contain C++ extern declarations that are available to other Cython modules.
    • An implementation file (.pyx).

    Tags: C++ wrapping, cython, python

    Categories: tech

    Updated: March 2, 2021

    Comments

    • Twitter
    • GitHub
    • LinkedIn
    • Feed
    © 2023 Bien's Space. Powered by Jekyll & Minimal Mistakes.