Contribute Media
A thank you to everyone who makes this possible: Read More

Bringing C performance to Python code

Description

How to make your code run fast without sacrificing Python advantages? Compiling Python code into C using Cython and Numba JIT compiler. Making a function 100x faster using a single decorator and more.

Details

Improve this page