SkillAgentSearch skills...

PyCppProject

use Cpp and PyBind for Python

Install / Use

/learn @isLinXu/PyCppProject
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyCppProject

Mixed programming using Python and Cpp

  • build Cpp as Modules for Python

    cd Python
    python setup.py build_ext --inplace
    
  • test python

    python test.py
    
  • Build Cpp as Libs for Python

    cd build_lib_demo
    

    use Setup.py build Cpp source code as Python libs.

    pip install .
    

    test

    python test.py
    
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks0

Languages

C++

Security Score

55/100

Audited on Feb 8, 2024

No findings