An open API service indexing awesome lists of open source software.

https://github.com/bdcbqa314159/cpp_crossplatform_py_libs

Working on how to bind c++ and python together and create a python package with cross-platform support.
https://github.com/bdcbqa314159/cpp_crossplatform_py_libs

cpp cross-platform dynamic-library learning-by-doing python

Last synced: 17 days ago
JSON representation

Working on how to bind c++ and python together and create a python package with cross-platform support.

Awesome Lists containing this project

README

          

# Working with the embedding of c++ code into a shared library used by python

Simple code producing a python package with cross-platform support

Main sources:

- [Microsoft website](https://learn.microsoft.com/en-us/visualstudio/python/working-with-c-cpp-python-in-visual-studio?view=vs-2022#convert-c-projects-to-python-extensions)
- [Python documentation](https://docs.python.org/3/extending/#)