Extending and Embedding Pythonby Guido van Rossum and Fred L. Drake, Jr. This title is under development (estimated release date: to be announced). Sign up to our mailing list to be notified when it is available: |
About the Book
This manual is the official reference for extending and embedding Python using C and C++. It covers the current major release of Python (2.x).
The author of this manual, Guido van Rossum, is the inventor of Python. Fred L. Drake, Jr. is the official editor of the Python documentation.
For each copy of this manual sold $1 will be donated to the Python Software Foundation.
Ordering
This title is under development (estimated release date: to be announced).
Sign up to our mailing list to be notified when it is available:
Related Titles
- An Introduction to Python - The Python Tutorial (version 2.5) by G. van Rossum, F. Drake, Jr. (ISBN 0-9541617-6-9)
- The Python Language Reference Manual (version 2.5) by G. van Rossum, F. Drake, Jr. (ISBN 0-9541617-8-5)
- Python Library Reference Manual by G. van Rossum, F. Drake, Jr. (NEW)
- The GNU Bash Reference Manual (revised for version 3.2) by C. Ramey, B. Fox (ISBN 0-9541617-7-7)
Further Information
For questions about this book, please use our email address sales@network-theory.co.uk (or see our full contact details)
Table of Contents
- Publisher's Preface
- Introduction
- Extending Python with C or C++
- Defining new types
- Building C and C++ extensions with distutils
- Building C and C++ extensions on Microsoft Windows
- Embedding Python in another application
- Reporting Bugs
- History and License
- Index
Articles
- Python Quiz - test your knowledge of python with our quiz!
Resources
- Python Software Foundation - the official website for Python