Once you have working code that you have tested to demonstrate that it is working correctly. You might want to explore how efficient the code runs. This lesson will explore numpy
, numba
, scipy
and Cython
. Each of these explore different methods to (attempt to) improve the performance of Python to comparable levels with compiled languages such as C and Fortran.
Be sure to edit the links above.