Hacker News new | ask | show | jobs
by skrause 1038 days ago
You can just ship a copy of Python with Excel, no need to ask anybody to maintain their own installation.
3 comments

This. Why you would leverage system python is beyond me.
Anaconda distributions aren't exactly small. I'd also assume there's some sort of environment isolation, so you're getting multiple copies. Maybe one per workbook?
The embeddable package from python.org [1] is 20 MB unpacked. To install different sets of packages per workbook, just have Excel automatically set the module path as appropriate.

[1] https://www.python.org/downloads/release/python-3114/

No need to use Anaconda or any general purpose venv solution. Microsoft screwed this up.
Agreed. They could have easily shipped it with something like MicroPython.