In this talk I'll share the process of integrating python application with any C library. With the integration of the two languages anyone can share fastest python libraries that can be easily integrated across applications.
I'll explain the concepts of C header file, compilation process of C source code and using Python Ctypes to integrate with C shared library.
Finally we will build a one lakh prime numbers generator in both Python and C and then evaluate the performance of both the applications.