Extending & Embedding Python Using C (I/O Press) |
Wednesday, 04 October 2023 | |||
This book tells Python programmers everything they need to know about the C API, which is what you use to create a C extension for Python. Mike James explains how to create C extensions, and shows how to use this to make C-based applications and libraries available to Python. He also looks at how to convert Python functions to C to speed things up, and how to work with modules, objects, types and threads. <ASIN:B0CK3X93KF> Mike shows how Python to C gives you so much more power, and is fun too. While the book provides Python developers with a deeper understanding of how Python works, C aficionados will enjoy finding out about some of the clever techniques in use in the C API. Author: Mike James For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section. For recommendations of C and C++ books see Top Choice C and C++ Books and C# Books - Pick of the Shelf in our Programmer's Bookshelf section. For more Book Watch just click. Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed. To have new titles included in Book Watch contact BookWatch@i-programmer.info Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
|