Conference site » Proceedings

unPython: Converting Python Numerical Programs into C

Rahul Garg
garg1@cs.ualberta.ca - University of Alberta, Canada
Jose Nelson Amaral
amaral@cs.ualberta.ca - University of Alberta, Canada

Abstract
unPython is a Python-to-C compiler intended for numerical Python programs. The compiler takes as input type-annotated Python source and produces C source code for an equivalent extension module. The compiler is NumPy-aware and can convert most NumPy indexing or slicing operations into C array accesses. Furthermore the compiler also allows annotating certain for-loops as parallel and can generate OpenMP code thus providing an easy way to take advantage of multicore architectures.

Citation

R Garg, J Amaral, unPython: Converting Python Numerical Programs into C in Proceedings of the 7th Python in Science conference (SciPy 2008), G Varoquaux, T Vaught, J Millman (Eds.), pp. 73-76

BibTeX entry

Full text PDF

Copyright The content of the articles of the Proceedings of the Python in Science Conference is copyrighted and owned by their original authors.
Terms of use For republication or other use of the material published, please contact the copyright owners to obtain permission.