• Home
  • Documents
  • Downloads
  • Status
  • FAQ
  • Mailing list
  • Applications
  • Links
  • License
  • Volunteer
  • Contacts

Python binding CIOS Audio Core

Offical Python site

All Python interpreters and resources are available in Python official site.

Official Python site :https://www.python.org

Tools to convert C++ into Python modules

  1. SWIG - Simplified Wrapper and Interface Generator
  2. Boost.Python - this is what we normally use around here - pretty well structured
  3. Cython - C-Extensions for Python
  4. SIP - Riverbank SIP Python extension module
  5. PyBindGen - A tool to generate Python bindings for C/C++ code.
  6. ECS:Python - Embedded C++ Scripting with Python
  7. PyCXX - C++ facilities to make it easier to write Python extensions