+ 1
How are some modules in python created in C, C++ or any other language?
I saw that numpy was created in python and c but how does it actually work? and How can I build one myself? ofcourse its not just the numpy there are so many modules like that. Also its not just the python and c, if I want to create a library for ruby or any other language and use python or any other languages, how could I do it?
1 Resposta