INTEC   05402
INSTITUTO DE DESARROLLO TECNOLOGICO PARA LA INDUSTRIA QUIMICA
Unidad Ejecutora - UE
artículos
Título:
Cython: The Best of Both Worlds
Autor/es:
STEFAN BEHNEL; ROBERT BRADSHAW; CRAIG CITRO; LISANDRO DALCIN; DAG SVERRE SELJEBOTN; KURT SMITH
Revista:
COMPUTING IN SCIENCE & ENGINEERING
Editorial:
IEEE COMPUTER SOC
Referencias:
Año: 2011 vol. 13 p. 31 - 39
ISSN:
1521-9615
Resumen:
Cython is a Python language extension that allows explicit type declarations and is compiled directly to C. As such, it addresses Python´s large overhead for numerical loops and the difficulty of efficiently using existing C and Fortran code, which Cython can interact with natively.