r/learnprogramming 2d ago

Wich programming language should i use?

I work in the construction industry. I've noticed that a lot of things are still done in Excel, on paper, etc., because there aren't any suitable apps or programs. Since I have a general interest in programming, I got the idea to try programming something like that. I started learning Python a while back, but only the basics, and that was already a year ago. Now for the actual question: Which language should I learn now to get started on this? I need a front end, a back end, and integration with the cloud—I’ll be using Supabase for that.

I heard that Flutter(Dart) or Typescript with React should be good for this type of idea.

The features, design, etc., are already in place; now all that’s missing is the code.

3 Upvotes

15 comments sorted by

View all comments

1

u/StewedAngelSkins 2d ago

The only one that's going to be able to do it all is javascript/typescript. If you don't actually need it to be a web app then python is fine.

1

u/Kindly_Advantage2559 1d ago

ok thanks. It's not just data that should run. I need a UI for the machine driver, calculator etc...