Cython

A language that makes writing C extensions for the Python language as easy as Python itself
Download

Cython Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Cython Team
  • Publisher web site:
  • http://www.cython.org/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 3.8 MB

Cython Tags


Cython Description

A language that makes writing C extensions for the Python language as easy as Python itself Cython is actually based on the well-known Pyrex, but it also comes with support for more cutting edge optimizations and functionality.The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.This makes Cython the ideal language for wrapping for external C libraries, and for fast C modules that speed up the execution of Python code.


Cython Related Software