Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Cubic Splines
- About Newton Excel Bach
- Frame Analysis with Excel 1 - Single beam
- Taming Symbols in Excel
- Downloads
- Solving non-linear equations with two or more unknowns – 3
- Writing Arrays to the worksheet - VBA function
- XLDennis, the MSDN Library, and VBA rant
Recent Comments
Tag Archives: getattr
Python callable arguments from Excel
Many Scipy functions have “callable” arguments, i.e. functions that can be called, with the returned data used as input by the calling function. Types of callable arguments include: Functions in the active Python module Functions in any active loaded library … Continue reading
Posted in Excel, Link to Python, NumPy and SciPy, PyXLL, UDFs
Tagged Eval, Excel, getattr, globals, lambda functions, Python, PyXLL, UDFs
1 Comment