

91·
6 months agoNo, your intuition is correct, this is extremely cursed.
No, your intuition is correct, this is extremely cursed.
It’s honestly incredible that Bing even still exists, much less is still being actively being pushed by M$
Good to see they’re branching out with their business model. Can’t just commit to a single strategy these days. Sometimes it helps to rebase your priorities to avoid creating new issues.
Ok, bad jokes aside, how did it taste?
The whitespace doesn’t bother me. Any IDE worth a damn will manage that for you. As for the type system, yeah, I strongly prefer static typing, but for simpler projects I can see the convenience of it.
My real issue with Python comes with managing a development environment when multiple developers are working on it. Dependency management in Python is a headache, and while in theory, virtual envs should help with synchronizing environments from machine to machine, I still find it endlessly fiddly with a bunch of things that can go wrong that are hard to diagnose.
Python is great for small scripts, proofs-of-concept, and such, but I wouldn’t write anything more heavy-duty than that in it.