I want to make c extension for python. I know basics of C, and i want to make extensions because of better performance. I dont know Visual Studio and C very well. So please be considerate.
I searched to much but i didnt find any working solution. When i am trying to
#include <Python.h>
file, it is saying it cant find it. What should i do?