Hey everyone! I've just completed some courses on HTML and CSS and I'm curious about what programming languages I should dive into next. A lot of folks are suggesting JavaScript, but I'd love to hear your thoughts and experiences. Thanks!
2 Answers
The choice really depends on what direction you want to take. If web development is your goal, JavaScript is a must. But if you're starting fresh with programming, C is a solid foundation. While it has its challenges, it teaches you good practices. Python is also popular but I’d say starting with something like C provides a stronger grounding. Also, other options worth considering are JavaScript, Bash, and Rust!
I'd definitely say JavaScript should be your next focus. It's essential if you're continuing with web development, and it complements the HTML/CSS skills you've just acquired pretty well. Don't forget to explore Git as it’s super helpful for version control!

C isn’t that tough once you get the hang of it, though diving deep into memory management can be a challenge. And yeah, while Python is great, the industry often leans towards statically typed languages for bigger projects.