Which programming language is the best for beginners & why?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which programming language is the best for beginners & why??

1st Feb 2018, 4:07 PM
PiXeL99
PiXeL99 - avatar
2 Answers
+ 2
Someone who is starting to learn coding... Age is not a matter..
1st Feb 2018, 4:12 PM
PiXeL99
PiXeL99 - avatar
0
As an unconventional suggestion I'd say start with C/C++. It's good because you actually get to have a much deeper understanding of how the program works and *why* it works. You get to visualise memory being manipulated by the program much easier. Stuff like pointers help too. I've known a lot of people who learned the fundamentals of python, only to have a difficult time figuring out functions, or object-oriented programming or, well, any step further down the road. Meanwhile, if you get past the basics of C++, the introduction of each level of abstraction is really smooth.
1st Feb 2018, 9:47 PM
Vlad Serbu
Vlad Serbu - avatar