Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Tip

This tutorial has been put together thanks to the work of:

User Profile
usermehdi_sabzevari557058:5238de9d-9242-4da6-958d-6365f165e04a

Info
titleOverview

Python is wonderful. C is wonderful. Do I need to choose? No!

This tutorial will show you how to create a program in which some is written in Python and some in written in C.

More specifically, you will be creating a Python C extension module, which you can import into Python as any module. You will also see how to call a C function from Python, and a Python function from C.

...