Cython. A Guide for Python Programmers. Kurt W. Smith
Читать

Cython. A Guide for Python Programmers. Kurt W. Smith

If you lack the speed and capability of a single Python, you can pay attention to the hybrid language Cython, which, as you can guess from the name, combines the expressiveness of Python and the effectiveness of the C language. in this guide, the author will introduce you to the basics of this language and compiler and teach you how to use it for tasks that require special performance.