What is the best language for a management system? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is the best language for a management system?

I'm looking for the best language to write a certain program in. The program could be described as a management system where files about persons are build and hold. Much like a system doctors and so on use nowadays.

12th Jul 2021, 8:47 AM
Johannes De Kesel
2 Answers
+ 1
I see tons of those programs in C implemented at a bunch of commercial locations. You could try Cpp to be more up to date
12th Jul 2021, 9:38 AM
Slick
Slick - avatar
+ 1
it is up to you which lang to use. But one thing is certain. You need to use database to keep data and sql language to get info from that data. Even tkinter (python) is possible to do it.
12th Jul 2021, 10:25 AM
Shadoff
Shadoff - avatar