• 首頁
  • 文件
  • 下載
  • 狀態
  • 常見問題
  • 郵件列表
  • 應用程式
  • 外部鏈結
  • 版權
  • 志願者
  • 聯繫

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