Niflheim World

Welcome to Niflheim !

  • First 5 messages from new users (pre-moderated user) will be checked for flood/spam before being posted on the forum. Users will also be checked for a multi-account.
    If you want to communicate without delay, get a free Huscarl status (how to get - User Groups), or buy premium status (how to buy - Premium status)

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


Redman

Forumteam
Staff member
Tignarman
Joined
Aug 24, 2020
Messages
17,661
Reaction score
23,068
NL COIN
89,433
1604853681396.png

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.

The book covers the following topics:
✔ compare Python, C and Cython;
✔ compile and run the code on Cython;
° organization of applications in Python;
° wrap of SIS++ library using Cython;
✔ best practices with Cython and more.

Advantages:
➕ relevant material on the topic;
➕ numerous code examples;
➕ small volume;
➕ highlighting listings

 
shape1
shape2
shape3
shape4
shape7
shape8
Top