Creating a c++ library for python on repl.it?
Is it possible to use the functions defined in my c++ repl, 'NN' in python, i want to use them to create a GUI and i am not sure how to do that in C++
fshabashev
yep, could be nice thing to have
Is it possible to use the functions defined in my c++ repl, 'NN' in python, i want to use them to create a GUI and i am not sure how to do that in C++
yep, could be nice thing to have
Short answer: no
Long answer: Technically yes, but it is discouraged. There looks to be a feature of some sort in Python that lets you do this (https://docs.python.org/3/extending/building.html) but it looks a little hacky.