》Python calculations run in Microsoft’s Cloud No thanks!
That caught my attention too! I'm curious why they would choose this model.
Microsoft is bringing Python to Excel
31–40 of 455 posts
Re: Microsoft is bringing Python to Excel
#32Re: Microsoft is bringing Python to Excel
#33If this is true then it will be amazing and very widely adopted. Pandas in Excel would be cool. Fingers crossed.
Why? Libreoffice calc had python for years now and nobody cared: https://help.libreoffice.org/6.3/en-US/text/sbasic/python/py...
Re: Microsoft is bringing Python to Excel
#34》Python calculations run in Microsoft’s Cloud No thanks!
That caught my attention too! I'm curious why they would choose this model.
Doing everything in the cloud massively simplifies deployment and support.
Re: Microsoft is bringing Python to Excel
#35The same warning applies to the linux desktop and all its apps more generally. Increasingly proprietary platforms will be rolling out advanced "AI" functionality extensions to classic apps that are cloud based, many of them via a Python API.
Its a pity that the various strands of the open source universe are so siloed. The potential of the sum being more than the parts is squandered.
Re: Microsoft is bringing Python to Excel
#36Off topic but why can’t we all go back to office 97? It basically does all the same stuff and it would be lightning fast on modern machines. You don’t even need internet to use it.
As for why the rest of the world why would do that or not, is their choice, no?
Re: Microsoft is bringing Python to Excel
#37Earlier quoted context omitted.
That caught my attention too! I'm curious why they would choose this model.
Probably because Excel runs in a web browser nowadays and they want to avoid creating a separate way of running Python locally for a locally installed copy of Excel. Maybe they will in the future, but it makes sense to start with the approach that will work in both web and local installs.
Re: Microsoft is bringing Python to Excel
#38That's probably extremely valuable to many people, but it does not seem to be what I hope for whenever I see something about bringing Python to Excel.
What I hope for is something that is like VBA but without the VB. I.e., a Python (or JavaScript) interpreter/JIT/compiler built into Excel exposing all the internal Excel objects and methods that VBA has access to. By "Python" I just mean the language and whatever subset of the standard library makes sense in Excel.
Re: Microsoft is bringing Python to Excel
#39Re: Microsoft is bringing Python to Excel
#40Wait just a moment. Libreoffice had python for years, but nobody cared and instead complained about needing 100% compatible VBA for "real work". Where are those people now?