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? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

16th Mar 2016, 4:22 AM
Ben
Ben - avatar
1 Answer
+ 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
26th May 2016, 1:05 PM
James Flanders