Python is itself written in "C", so integrating by either "gluing" C to python (extending python), or embedding the python interpreter right in your C source code. ;-) , is relatively speaking, extremely easy.
And if you happen to be one of those c++, java .net, etc, etc.. guys/gals, well...