+ 2
[Newbie question] Binding binaries on python3
I have a code in C++, i want to merge it in python. Do anyone how to merge binaries in Python? And also, is there any easy way to do it? Online guides are kinda confusing tbh. So please explain it like i'm 5 years old. Thanks in advance
1 Answer
+ 2
there's no "easy" way to do it...
you must stick to available online guides, such as official python documentation:
https://docs.python.org/3/extending/extending.html