+ 2
how to learn all programming languages and programming completely all subjects
what should i do to learn all programming languages and learn programming
2 Antworten
+ 3
Onildo Batista Dos Santos Neto
Learning multiple languages at a time may be not beneficial for you as it will create confusions and complexity for you.
Google says that there are several programming languages, with estimates ranging from 700 to over 8,000.
In higher education, the institution commonly need your mastery in any one language, So instead of spending time on multiple languages, give your time on any one language in which you are interested.
+ 3
Hey Onildo, I get where you’re coming from. It’s tempting to want to learn every language, but I’ve found it’s better to focus on a couple at first. I’d suggest Python for its simplicity and wide usage, and C++ if you want to understand how things work under the hood. Most languages share the same basic logic like loops, conditionals, and functions. Once you understand those concepts, picking up new languages becomes a lot easier. Also, learning based on your goals helps. If you want to work with hardware or performance-heavy applications, C++ is a strong choice. If you’re into automation or data, Python is super useful. At the end of the day, it’s less about knowing every language and more about learning how to solve problems through code. Once you develop that mindset, you can adapt to any language you need.