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
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.
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically