Which programming language should I learn first?

marysmith

New member
Python, JavaScript, C++, or something else? If you were starting your coding journey today, which language would you pick and why?
 
The programming language you decide to learn first really comes down to what you want to achieve with it. Having said that, Python is probably the best language to start with. Python is not only a great programming language because it has a very simple syntax that is easy to understand but also it is very popular nowadays in areas such as web development, data science, and automation. In case you are a web designer, you might consider learning JavaScript in addition to it. What is more, Python is very easy to learn, so it will give you an almost instant grasp of programming concepts.
 
I’d start with Python, it’s super beginner-friendly and you’ll see results fast, which keeps you motivated. Once you’re comfortable, you can jump into JavaScript if you’re into building websites or apps.
 
yeah, everyone's on about python and tbh it's for good reason. it's not just the simple syntax, it's also how many resources are out there for it. like, if you get stuck, someone's probably already had that exact problem and there's a quick fix or tutorial on youtube.

plus, you can do so much with it. it's not just for web stuff (though it's good for that too). you can automate boring tasks on your computer, mess around with data, or even make simple games pretty fast. that versatility kinda keeps things interesting when you're just starting out imo and stops you from getting bored with one specific thing.
 
The programming language you decide to learn first really comes down to what you want to achieve with it. Having said that, Python is probably the best language to start with. Python is not only a great programming language because it has a very simple syntax that is easy to understand but also it is very popular nowadays in areas such as web development, data science, and automation. In case you are a web designer, you might consider learning JavaScript in addition to it. What is more, Python is very easy to learn, so it will give you an almost instant grasp of programming concepts.

that's a good point thank you
 
"I'd recommend starting with Python. It's relatively easy to learn, versatile, and widely used across industries. You can start with basic projects and build your way up to more complex tasks. Plus, there are plenty of resources available online, including tutorials, documentation, and communities that can help you along the way."
 
Back
Top