Please turn JavaScript on
Newton Excel Bach, not (just) an Excel Blog icon

Newton Excel Bach, not (just) an Excel Blog

Want to keep yourself up to date with the latest news from Newton Excel Bach, not (just) an Excel Blog?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Newton Excel Bach, not (just) an Excel Blog: " Newton Excel Bach, not (just) an Excel Blog | An Excel blog for engineers and scientists, and an engineering and science blog for Excel users."

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.16 / day

Message History

The pyxll blog has a post from last year on Monte Carlo Simulations in Excel with Python, with examples and full code going from the simplest implementation to more refined code allowing all the calculations to be set up on the spreadsheet, with t...


Read full story
FeedSpot

Feedspot is a blog database with a huge list of different categories, each with listings of the best blogs, including:

60 Best Excel Blogs to Follow in 2026

with a wide range of blogs, including:


Read full story

Following the previous post the Scipy statistics functions have been updated to include all the distributions, including the discrete distributions. The input to the distribution functions has also been updated to allow ...


Read full story

When a user defined function (UDF) is created in Excel with Python and pyxll the data type of each argument can be specified, either in the @xl_func decorator, or with a separate @xl_arg decorator for each argument. I prefer the latter, which I find more readable and easier to check.

A problem arises if the argument may have different data types; for instance, in my...


Read full story