Module 01 - Python Performance Engineering Overview
Profiling, Cython, Numba, memory optimisation, async performance, and Python at scale - turning Python code from slow to production-fast.
Profiling, Cython, Numba, memory optimisation, async performance, and Python at scale - turning Python code from slow to production-fast.
LLVM-based JIT compilation for Python numerical code - GPU acceleration, parallel loops, and ufunc creation with @jit and @cuda.jit.