blob: d4a5ceaf1f86ed859aceb25f17b6fbbe84c3546e (
plain) (
blame)
1
2
3
4
5
6
|
Pythran is an ahead of time compiler for a subset of the Python language,
with a focus on scientific computing. It takes a Python module annotated
with a few interface descriptions and turns it into a native Python module
with the same interface, but (hopefully) faster.
WWW: https://github.com/serge-sans-paille/pythran
|