Python
Some links to pages I have found useful in programming in Python
Filesystem operations
Boost.Python
SO questions and answers I have found incredibly helpful:
- Docstrings for Boost.Python generated libraries
- Calling a C++ function that expects a pointer from Python
- Wrapping a std::vector using boost::python vector_indexing_suite
- C++ iostream with Python file