+ 2
Which programming language is the best for beginners & why??
2 Réponses
+ 2
Someone who is starting to learn coding... Age is not a matter..
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.