Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Intersections, interpolations, and rotations
- Linestgap with data in rows
- Using LINEST for non-linear curve fitting
- Working with units in Excel - using VBA and Python
- Installing Python, Scipy and Pyxll
- Extracting data from a 3D range
- ALGLIB linear and polynomial fitting functions
- Reinforced Concrete Moment-Curvature - 1
- Combining text files
- Downloads
Recent Comments
Tag Archives: Pkgutil
Listing Python modules and getting help docs from Excel
Python functions include detailed help documentation but to access this you need the full path to the function, including the names of all code modules and submodules. This post looks at how this information can be found using Excel with … Continue reading
Posted in Excel, Link to Python, Newton, NumPy and SciPy, PyXLL, UDFs
Tagged Excel, Function help, Getmembers, Numpy, Pkgutil, Python, PyXLL, SciPy
Leave a comment