[Newbie question] Binding binaries on python3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

9th Feb 2021, 11:11 AM
Nisheri-kun
Nisheri-kun - avatar
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
9th Feb 2021, 3:43 PM
visph
visph - avatar