Earlier quoted context omitted.
doesn't this dependency hell still exist, but just in the cloud?
It's not hell because they carefully curate the set of libraries rather than having end-users attempt to have every combination of packages (and then blame microsoft for the dependency hell / lack of support for their exact configuration.).
Microsoft is bringing Python to Excel
451–455 of 455 posts
Re: Microsoft is bringing Python to Excel
#452Earlier quoted context omitted.
Umm... Libreoffice has shipped with Python scripting since almost forever. Not many people care because the most popular use case of any office suite is to interoperate with Microsoft file formats.
To be honest, I don't even fully understand what are the use-cases for integrating python with spreadsheets right now. I use both of them separately for different things but cannot see what it can be good at doing in an integrated environment.
Re: Microsoft is bringing Python to Excel
#453Finally the Resolver One dream is coming true, just 15 or 16 years late. https://www.youtube.com/watch?v=u6EV2jiKRfc
Interestingly enough, when Resolver One didn't work out in the marketplace, we pivoted to PythonAnywhere. That took off nicely, and was acquired by Anaconda last year. And now Anaconda is realising those old dreams :-) BTW for clarity: the team working on this inside Anaconda is entirely separate from the PythonAnywhere team. It would have made a perfect Hollywood-ready story if it had been the same people...
One mystery we did not resolve (pun intended) was why it did not find its audience. Was it too early? Was data science not established enough as a field? Was it because it was not Excel (i.e. the dominant tool)?
Re: Microsoft is bringing Python to Excel
#454Earlier quoted context omitted.
Interestingly enough, when Resolver One didn't work out in the marketplace, we pivoted to PythonAnywhere. That took off nicely, and was acquired by Anaconda last year. And now Anaconda is realising those old dreams :-) BTW for clarity: the team working on this inside Anaconda is entirely separate from the PythonAnywhere team. It would have made a perfect Hollywood-ready story if it had been the same people...
We were discussing about Resolver One 6 months ago at: https://news.ycombinator.com/item?id=34819682 One mystery we did not resolve (pun intended) was why it did not find its audience. Was it too early? Was data science not established enough as a field? Was it because it was not Excel (i.e. the dominant tool)?
Re: Microsoft is bringing Python to Excel
#455Earlier quoted context omitted.
A hacker news comment chain isn’t a great place to follow up on feedback. Email’s alright! I don’t think that’s too out of touch.
Will Excel fix linkages between files on sharepoint? It is horrible.. The amount of lost productivity because "report file" cannot easily connect to "source 1, 2, 3" is very high. In theory you can do it, but it plain does not work in shared sheets.
Does the problem persist if you ensure the other source files are open before opening "report file"?
If opening the files in the right order solves it, then it may be possible to script this in Excel or in an Excel add-in (optionally, signed).