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.
- Host: GitHub
- URL: https://github.com/bdcbqa314159/cpp_crossplatform_py_libs
- Owner: bdcbqa314159
- Created: 2025-04-20T07:34:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-20T20:45:01.000Z (about 1 year ago)
- Last Synced: 2025-07-22T00:33:18.176Z (11 months ago)
- Topics: cpp, cross-platform, dynamic-library, learning-by-doing, python
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/#)