What programming languages are best for building a web app?

0
8
Asked By TechyNinja42 On

Hey everyone! I have a background in control system engineering and have experience with C++ and Python, plus I've taken a course in Java. I'm starting a project to host a web app where users can log in and access various functions. I plan to scrape information from other web pages and incorporate local computer inputs in real time. The main feature is to forecast data based on this input. What programming languages and tools should I learn to make this web app happen? Appreciate any guidance!

2 Answers

Answered By SkillBuilder88 On

You've got a solid foundation! For your back end, you can use Python with Flask, Django, or FastAPI. If you want to explore Java, Spring or Spring Boot could work too, but that might be setting up more than you need. Don't forget to learn HTML, CSS, and JavaScript for your front end. Check out platforms like Free Code Camp or The Odin Project for some great courses.

Answered By WebDevGuru76 On

Browsers mainly run on JavaScript, so that should definitely be in your toolkit. If you’re focusing on logic that operates in the browser, JavaScript is essential. Just remember that HTML and CSS will also be necessary for front-end design!

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.