• 首页
  • 文件
  • 下载
  • 状态
  • 常见问题
  • 邮件列表
  • 应用程序
  • 外部链结
  • 版权
  • 志愿者
  • 联络

Python binding CIOS Audio Core

Python官方网站

各种平台的Python编译器及资源均可在Python官方网站取得。

Python的正式网站网址:https://www.python.org

C++转换成Python的工具

  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