[Python] Extending, Embedding and Integrating
< Python.org >
Extending and Embedding the Python Interpreter
Python/C API Reference Manual
Integrating Python With Other Languages
Calling C functions from Python – part 1 – using ctypes
https://blogs.msdn.microsoft.com/yizhang/2018/01/20/calling-c-functions-from-python-part-1-using-ctypes/
http://yizhang82.me/python-interop-ctypes
Calling C functions from Python – part 2 – writing CPython extensions using Python/C API
https://blogs.msdn.microsoft.com/yizhang/2018/01/27/calling-c-functions-from-python-part-2-writing-cpython-extensions-using-pythonc-api/
http://yizhang82.me/python-interop-capi
Calling C functions from Python – part 3 – deep dive into ctypes implementation in CPython
https://blogs.msdn.microsoft.com/yizhang/2018/02/02/calling-c-functions-from-python-part-3-deep-dive-into-ctypes-implementation-in-cpython/
http://yizhang82.me/python-interop-inside-ctypes
< Microsoft >
Creating a C++ extension for Python
Debugging Python and C++ together
Installing debugging symbols for Python interpreters
Python for .NET
https://pythonnet.github.io/
https://github.com/pythonnet/pythonnet
Python - Extension Programming with C
Embedding Python in C++
http://hidecode.tistory.com/1359
Embedding Python in C/C++: Part I
Embedding Python in C/C++: Part II
Pandas in C++
https://www.linkedin.com/pulse/pythons-pandas-c-update-hossein-moein/
https://github.com/hosseinmoein/DataFrame