110
Microsoft announces Python formulas in Excel... which have to get sent to the cloud
(techcommunity.microsoft.com)
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
And just wait till some random accountant with basic knowledge of python builds out the next "great" critical system that uses this as its underlying technology. IT departments everywhere rejoice!
shudder I'm having VBA flashbacks...
At least that didn't run remotely... But being able to access every file the user can made it a fun playground for hackers who could withstand typing things like
Dim i As Integer
.Or using the SQL Server API to access the screen reader and manipulate the server's DVD-ROM drive.
At this point microsoft is actively hurting technological progress all around the world by doing stupid shit like this. I don't see how anyone could actually support stuff like this.
If it fails, they can just say "nObOdY wAnTs tHiS oPeN sOuRcE sTuFf AnYwAy". It is also way more limited than VBA (at least it cannot change your boot sector) as it seems to be confined to spreadsheet cells. A full console with the ability to load
.py
files would probably be friendlier to power users. Excel formulas get convoluted in that tiny space they show up in, and Python code will need its own separate window for a usable editor.Excel already makes it easy to create shit that's absolutely unmaintaimable, this will just make that much worse.