Cython is a compiler which compiles Python-like code files to C code. The resulting functions can then be imported into other Python scripts.
This method can be used to increase the execution speed of a Python script, particularly if the script uses for-loops.
I have added a Cython page to: Vibrationdata Python Wiki
The page includes examples and source code for shock & vibration analysis.
* * *
Tom Irvine