Two things we can do with C and Python integration.
-
C Extensions for Python
In other words, we can write python methods in pure C.
-
Embedding Python a
The reasons for doing #1 are obvious because we can make speed improvements. For #2, it is due to transporting Python libraries over to C.