|
Peano
|
Peano is a large set of C++ classes and components. You can assemble them manually, but most people use the Python API to do exactly this. That is, the Peano core Python API consists of classes which represent, more or less, directly C++ abstractions. Consequently, they work a lot also with strings which encode C++ (glue) code. The idea with the Python API is that you can assemble a complete Peano code here, and then you type in generate and the Python classes yield a stand-along C++ code base.
All of Peano's tutorials follow the same tutorial conventions.