Python Developer Question:
Download Job Interview Questions and Answers PDF
How to 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(“<modulename>”);
Module = =PyImport_ImportModule(“<modulename>”);
Download Python Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me how Does Python Handle The Memory Management? | Explain me what is Flask-WTF and what are their features? |