Back to Browse

Compiled Python is FAST

169.1K views
Jun 11, 2023
12:56

Sign up for 1-on-1 coaching at https://dougmercer.dev ————————————————————————————————————————— Python has a bit of a reputation -- fast to write, but slow to run. In this video, we focus on a simple to understand dynamic programming problem that would be terribly slow in native Python or numpy. We show that Python can achieve (and actually exceed) C++ level performance with the help of just-in-time and ahead-of-time compilers such as mypyc, Cython, numba, and taichi. Also, I finally got a camera, so, uh... face reveal, I guess. #python Chapters --------------- 00:00 Intro 01:07 The Problem 02:38 numpy 03:08 mypyc 04:08 cython 06:46 numba 07:58 taichi 09:47 Results 11:48 Final Thoughts

Download

1 formats

Video Formats

360pmp424.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Compiled Python is FAST | NatokHD