Module lambdify of sympy package provides convenient functions to transform sympy expressions to lambda functions which can be used to calculate numerical values
Module lambdify
provides convenient functions to transform sympy
expressions to lambda functions which can be used to calculate numerical values.
For more information look for sympy
documentation about Lambdify module.