Skip to content

This module contains advanced examples for the usage of the python C-API. It tries to cover topics, which are not given by tutorials.

License

Notifications You must be signed in to change notification settings

codie3611/Python-C-API-Advanced-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Advanced Python C-API Guide

This project contains various examples for the python C-API usage. Each example is a standalone module, which can be build with the setup.py by "python2 setup.py build". Just switch into the build folder above the module and you may import any module function or class within the example by

from my_module import *
# use the classes or functions

Topics

Here is the list of the topics. From time to time new examples may drop in:

  1. Inheritance
  2. in progress ...

About

This module contains advanced examples for the usage of the python C-API. It tries to cover topics, which are not given by tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published