I'm currently setting up a new project that integrates C/C++ with Python and I'm looking for advice and resources to get started. So I was wondering, what are the recommended tools for managing the build process in a mixed C/C++ and Python project? I've heard about CMake and setuptools, but I'm wondering if there are other tools or specific setups that work well. I'd also appreciate it if someone has personal projects or knows of any repositories that I can look at to see how they've structured their build systems. Any templates or example projects would be really helpful.
#๐ Seeking Advice and Resources for C/C++ and Python Project Build Setup
5 messages ยท Page 1 of 1 (latest)
@tawny sand
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
Hmm, pybind11 docs have a section on how to build: https://pybind11.readthedocs.io/en/stable/compiling.html
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.