Talk Python To Me
Talk Python To Me
Michael Kennedy
#172: Nuitka: A full Python compiler
1 hour 6 minutes Posted Aug 1, 2018 at 7:00 am.
0:00
1:06:53
Download MP3
Show notes
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?