Me at #pyconau2025 a few weeks ago: huh, I can embed Python in Excel? That's interesting but when would I use it?
Me this week: ah, that's when.
Use case: prototyping for clients who already have a great big Excel sheet but I want to do something a bit complicated with the data, but still want them to be able to work within their spreadsheet.
I wouldn't use it for big projects. Having code split across multiple cells makes it difficult to audit, and it seems to be using some older versions of packages. But handy in the right situation.






