Python Developer Question:

How to access a module written in Python from C?

Tweet Share WhatsApp

Answer:

You can access a module written in Python from C by following method,

Module = =PyImport_ImportModule(“<modulename>”);

Download Python Developer PDF Read All 77 Python Developer Questions
Previous QuestionNext Question
Tell me how Does Python Handle The Memory Management?Explain me what is Flask-WTF and what are their features?