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.
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++).
Example for using the std::binary_search on Python-Objects. See the README.md inside this folder for more information.