December 2000
Intermediate to advanced
816 pages
16h 57m
English
Chapter Topics
Introduction/Motivation
Extending Python
Create Application Code
Wrap Code in Boilerplate
Compile
Import and Test
Related Topics
In this chapter, we will discuss how we can take code written externally and integrate that functionality into your Python programming environment. We will first give you motivation for doing such a thing, then take you through the step-by-step process on how to do it. We should point out, though, that because extensions are primarily done in the C language, all of the example code you will see in this section is pure C.
Read now
Unlock full access