Python Developer Question:

Download Job Interview Questions and Answers PDF

How to access a module written in Python from C?

Python Developer Interview Question
Python Developer Interview Question

Answer:

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

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

Download Python Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how Does Python Handle The Memory Management?Explain me what is Flask-WTF and what are their features?