I own Python in a Nutshell, as one person pointed out. Alex Martelli does a great job of introducing the concepts, as long as your'e familiar with C. Additionally he covers wrapping (which is sounds like you're trying to do) with SWIG, Pyrex, and a few other options. It's a great book, I have used no other (save python docs) after my introduction. > I am looking for a good tutorial on how to extend python with C code. I > have an application built in C that I need to be able to use in Python. > I have searched through various sources, starting of course with the > Python site itself, and others, but I felt a bit lacking from the > Python site, it seems it was only made for those who installed the > source distribution, as for the other people... Anyways, thanks for the > help! > >
-- http://mail.python.org/mailman/listinfo/python-list