23-06-2023, 04:00 AM
It's a common asked question, C++ or Python to start programming with?
Here's my take:
TlDr: Python
C++ is no doubt still a relevant language but the entry point is pretty high for a beginner. One has to keep in mind the data structures, variable types, syntax etc. This distracted away from the core of programming that is logic building. It is important to keep in mind when you're first learning programming you're learning how code works not how the language works. So it's faster and more efficient to pick a language that is least bothering with the syntax and focused more on logic building which is exactly why I'd choose python over C++.
Here's my take:
TlDr: Python
C++ is no doubt still a relevant language but the entry point is pretty high for a beginner. One has to keep in mind the data structures, variable types, syntax etc. This distracted away from the core of programming that is logic building. It is important to keep in mind when you're first learning programming you're learning how code works not how the language works. So it's faster and more efficient to pick a language that is least bothering with the syntax and focused more on logic building which is exactly why I'd choose python over C++.