Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- About Newton Excel Bach
- Downloads
- Cubic Splines
- XLDennis, the MSDN Library, and VBA rant
- Frame Analysis with Excel – 7; Shear deflections and support displacements
- RCInteract and RC Design Functions 7.03
- Contour plots with Excel and Matplotlib
- Daily Download 5: Frame Analysis
Recent Comments
Tag Archives: lambda functions
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