What’s the best programming language for a work order system?

0
15
Asked By CreativeCoder92 On

I'm looking to create a work order system for my dad's small company. I have a bit of experience with coding from making some Minecraft mods and a small 2D platformer, but I'm really starting from scratch with programming. What would be the best language to use for this project, especially considering I want to build something useful and user-friendly?

1 Answer

Answered By DevDude45 On

Most modern programming languages would work for this. If you're after something easy to learn with a graphical user interface, I'd recommend Python or Java; they're both beginner-friendly. If you want a web interface—which could be great for your application—HTML and JavaScript would be essential. For backend data storage, languages like Go, JavaScript, Java, or Python could do the job well. Just pick one and start practicing!

CreativeCoder92 -

Thank you! This is really helpful! I was leaning towards Python since I’ve heard it’s good for beginners. I figured I'd need to learn HTML eventually too. Do you have any good resources or tips for learning?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.