111
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.
Just the other day, we had to create a
requirements.txt
with a single character.
to get a tool to correctly install dependencies from ourpyproject.toml
. The tool only supports reading fromrequirements.txt
andsetup.py
, but we had apyproject.toml
with configurations for many of the other tools we use.I keep wanting to think it's improving over time, but the reality seems to be simpler than that. It's just changing over time. That being said, type hints were a welcome addition, and occasionally they add new features that make sense. They also add features like the walrus operator, but we don't talk about those.