this post was submitted on 15 Oct 2024
323 points (99.4% liked)

Programming

17666 readers
314 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SpeakinTelnet 47 points 2 months ago (4 children)

Can confirm. Was quite unhappy in my mechanical engineering job, had an opportunity to develop something nice in python, was told we'd do it in excel/vba instead, still unhappy.

[–] MajorHavoc 10 points 2 months ago (1 children)

was told we'd do it in excel/vba instead, still unhappy.

I just threw up in my mouth a little. Fifteen years ago, "I'll stick to Excel" was a (bad, but) defensible position in data automation. Today that's just insanity.

[–] SpeakinTelnet 5 points 2 months ago (1 children)

I'm still in a mechanical engineering world so just saying INT and FLOAT has people running away. Excel is the "safe zone" for them, sadly it means that I'll just be doing the VBA part and oh gawd please get me out of here...

[–] MajorHavoc 2 points 2 months ago* (last edited 2 months ago)

Yeah. I get that. Gotta do what you gotta do!

I've made some progress at organizations like that by setting up a private workflow in Python "just to check my work".

[–] [email protected] 8 points 2 months ago
[–] [email protected] 6 points 2 months ago

Nice. You can put that on your resume so you can get more of those kinds of jobs.
(/s. I like excel to a point but i really feel your pain too-- and fuck vba)

[–] [email protected] 4 points 2 months ago (1 children)

excel has python support now! you may still get away with it

[–] FizzyOrange 5 points 2 months ago (1 children)

It's cloud based though... Not ideal. I get why they had to do that (they didn't want to expose people to the Python infra shit show) but it's still kind of a shame.

Would be better if they added Typescript support IMO.

[–] [email protected] 5 points 2 months ago (1 children)

...like the js infra stuff isn't it's own special nightmare?

[–] FizzyOrange 2 points 2 months ago

It's significantly less of a nightmare and Deno is downright pleasant.