Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- AS 3600 public comment draft and py_RC Design
- Buckling of columns with varying cross section
- The history of the theory of beam bending - Part 1
- Downloads
- Reinforced concrete elastic analysis; Circular section
- Using LINEST for non-linear curve fitting
- Biaxial bending update
- Reinforced Concrete Section Analysis - 5; Ultimate Limit State
- Reinforced Concrete Section Analysis - 1
- Weighted Least Squares Regression, using Excel, VBA, Alglib and Python
Recent Comments
Tag Archives: Python
Python for VBA users – 1
Following my recent posts on some preliminary experimentation with linking Excel to Python, this will be the first of a more structured series, mainly as a reminder to myself of lessons learnt on the way, but also I hope of … Continue reading
Posted in Excel, Link to Python, UDFs, VBA
Tagged Excel, Python, PyXLL, Translate VBA to Python, UDF, VBA
2 Comments
Sorting with Python
A previous post provided a VBA Sort function that could be used as a User Defined Function (UDF) to provide a sorted list on the spreadsheet, or called from another VBA routine to sort an array. I have just written a … Continue reading
Posted in Arrays, Excel, Link to Python, UDFs
Tagged Excel, Python, PyXLL, Sort Function, UDF, VBA
5 Comments
Installing Python, Scipy and Pyxll
I have recently been experimenting with Pyxll, which after a few initial hiccoughs is proving to be an easy and efficient way to connect Excel to Python based scientific and maths applications, such as linear algebra routines and ODE solvers. … Continue reading
Posted in Excel, Link to dll, Link to Python
Tagged Anaconda, link Excel to Python, Python, PyXLL, SciPy
15 Comments
More about not being different
Last year I posted a link to a puzzle at Tanya Khovanova’s Math Blog. I just came across a follow up to that puzzle: The Odder One Out where she discusses the responses. Which by some devious path reminded me … Continue reading