Get the latest tech news
Making C and Python Talk to Each Other
How to Use Python in C
Due to popular demand, we wrote this comprehensive guide to interfacing between these languages. *Using C on Windows is pretty cumbersome lol You need to include Python.h inside your C to file to proceed. *I might be mistaken but a really interesting observation is : Calling Py_XDECREF on pythonList is sufficient to free the integer within the list.
Or read this on Hacker News