InterviewSolution
Saved Bookmarks
| 1. |
Extension of python |
|
Answer» e that you write using any compiled language like C, C++, or JAVA can be integrated or imported into another Python script. This code is considered as an "EXTENSION." ... First LOOK at a Python Extension The header file Python. ... The C functions you WANT to expose as the interface from your MODULE. |
|