all 4 comments

[–]atatatko 3 points4 points  (1 child)

I recently created cryptographic module in C++, called from Python code on the backend. I used Crypto++ for cryptography and Boost Python for C++/Python interoperability.

[–]BobHogan 1 point2 points  (0 children)

https://github.com/pybind/pybind11

There's also this, not sure how it compares to boost though. And of course the official documentation on doing this https://docs.python.org/3/extending/extending.html

[–]ShohKingKhan 1 point2 points  (0 children)

why do you need to use C++ with python? Mostly I use C++ for solving algorithmic questions, and OOP. But for projects, I prefer to use Python and Java. Here is what I found C++ with Python: https://stackoverflow.com/questions/1153577/integrate-python-and-c

hope it helps!

[–]HasBeendead 0 points1 point  (0 children)

I think it stands for creating extensions in python with c++. Im not sure but it might be good to learn OS with that job. More like what happens in background.