this post was submitted on 28 Nov 2024
452 points (88.2% liked)
Programmer Humor
32692 readers
379 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It can, I've been doing it for almost a decade. I've never noticed a lack of dev tools, and I'm not sure why .NET style project management is a prerequisite for creating enterprise applications. Obviously you can write more performant code in other languages, but I've found that 90% of the time, python's performance is good enough.
Agree on picking the right tool for the job though. Most of the time though, unless you're dealing with an extreme edge case (like writing embedded firmware for the space shuttle), that just means picking the language your team is most comfortable with.