Skip to content

zvyn/CModuleForPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Extending Python with C or C++

This is a collection of Python-Modules written in C/C++. Currently it is just a reminder for looking up the syntax. Note that there is an Iterator for PySequences in the algorithm-folder, which is very useful when you want to use functions from the C++-Standard-Library.

spammodule

This is just a implementation of the Tutorial from the Python-Documentation: [http://docs.python.org/3.3/extending/extending.html](Extending Python with C/C++).

algorithm

Example for using the std::binary_search on Python-Objects. See the README.md inside this folder for more information.

About

Collection of Python-Modules written in C/C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published