#172: Nuitka: A full Python compiler

Published: Aug. 1, 2018, 8 a.m.

b'Quick, name some ways to make your Python code faster. Did you think PyPy, the JIT-compiled version of Python? Maybe some async and await parallelism? How about Cython where you write in Python-esc language that compiles to machine instructions?'