Which Programming Language Should I Learn First?

0
2
Asked By CuriousCoder97 On

Hey everyone! I've been wanting to dive into programming for a while now. About three years ago, I started learning JavaScript mainly to create Discord bots because I was really into that app, but I didn't follow through. Now that I'm 16, I want to actually learn something serious. I'm not exactly sure what to focus on yet; I just want to learn for fun but it could also help me later since I'm considering majoring in AI, Computer Science, or Business (not entirely sure yet). Any suggestions on what language I should start with? Thanks!

6 Answers

Answered By PragmaticPaul On

Don't get too caught up in which language to pick. Just choose one and start coding! You'll likely learn multiple languages over time. If it helps, Python is a solid choice for beginners, but C or C++ are great too if you're up for a challenge. I spent way too long stressing over my first choice instead of just diving in.

Answered By TechieTina On

I highly recommend Python! It's widely used in AI and is generally easier to pick up than many other programming languages. If you're looking for courses, try searching for 'MOOC Python 2025' to find some free resources.

Answered By BuildItBenny On

Think about a project you want to create, then choose a language that suits it. Having a goal makes learning much more enjoyable and gives you something to strive for!

Answered By FundamentalsFirst On

Honestly, what matters more is grasping the fundamentals rather than fixating on a specific language. Since you’ve dabbled in JS, consider sticking with it a bit longer. Deepen your understanding in JS, and you'll find learning new languages later on will just be about adapting what you know to new syntax.

Answered By PythonPat On

I’d say go with Python and try starting with a course, then jump into a project. Expect some struggles; that’s totally normal! Just make sure you’re excited about what you’re building. If you’re unsure about what to tackle for a project, ask chatgpt for beginner-friendly ideas that would fit your context. Good luck!

Answered By LowLevelLarry On

When I first started, I picked up C++ to really understand the basics and the low-level workings of programming. That definitely made switching to other languages easier later on.

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.