Optimize your Python code with C

Posted by bob on Apr 21, 2021 2:07 PM
By Opensource.com
Mail this story
Web version

Cython is a compiler for the Python programming language meant to optimize performance and form an extended Cython programming language. As an extension of Python, Cython is also a superset of the Python language, and it supports calling C functions and declaring C types on variables and class attributes. This makes it easy to wrap external C libraries, embed C into existing applications, or write C extensions for Python in syntax as easy as Python itself.

Full Story

Printed at http://lxer.com/module/newswire/view/299550/index.html