#172: Nuitka: A full Python compiler

Talk Python To Me

Episode | Podcast

Date: Wed, 01 Aug 2018 00:00:00 -0800

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?