News

How to speed up Python with Cython Never settle for slow! Learn how compiling Python to C gives all kinds of programs a major boost, but especially the ones that crunch numbers.
Use a math library like NumPy or Numba, or compile your code to C with Cython. These external solutions do get the job done, and a whole subculture of Python revolves around using them well.