November 2010
Intermediate to advanced
624 pages
18h 14m
English
Interestingly, it seems that there are no books devoted solely to the subject of creating extensions for Python. There are, however, resources available at various websites, the foremost being Python’s primary documentation site:
The official Python documentation for version 2.6.5 contains several sections on the topic of extending Python using C or C++. This should be your first stop when looking for additional information.
These two sections of the online Python documentation provide a detailed discussion of extension modules and the functionality available for creating them.
This is essential reading if you want to use the ctypes library.
Read now
Unlock full access