0
So does having modules written in C in the Standard Library imply you can run them with your own Python code in the Python compiler?
1 Réponse
+ 1
The modules written in C have some specifications that need to be followed in order to be able to use it with Python. Modules written in C are included just like other normal packages.
Check this out for more: https://docs.python.org/3/extending/index.html#extending-index