Explain how can you access a module written in Python from C?
Question
Explain how can you access a module written in Python from C?
Answer
You can access a module written in Python from C by following method,
Module = =PyImport_ImportModule(""
Explain how can you access a module written in Python from C?
You can access a module written in Python from C by following method,
Module = =PyImport_ImportModule(""