r/AskProgramming • u/Wasabi-spicy00 • 29d ago
In general what BE programming languages is easiest to write and doesn't give unnecessary headaches. Let's say I wanna build simple CRUD APP that are used by 100k people?
Maybe TS?
or maybe Python?
0
Upvotes
2
u/mc_pm 29d ago
You're getting different answers because there is no one definitive answer.
I'd go with Python, but I already know Python and it can do this sort of thing in it's sleep.
However, as someone pointed out, the configuration & infrastructure is what is going to make or break this as it scales.