Search code examples
pythonpython-3.xnamespacespackagepython-module

Can a Python package contain a module written in C or C++?


I`m quite new to python packages and I just want to know if a Python package can contain modules written in other languages as for example C or C++.


Solution

  • Yes, of course, here is a lot of python packages written in other languages https://pypi.org/