Why you should start with C/C++ and not with Python


Many people on internet will suggest you that if you are a beginner, go for python to start programming, its easy and consistent, but here are the facts that can change your mind.


C/C++ clears your base
The biggest advantage of learning C,C++ first is that they covers every simple and advance concept of programming.
If you statt with C/C++, you will get a clear idea about every programming concepts.
Once a Python Developer, always a Python Developer
Actually, python is a programming language with very simple and readable syntax. If you choose python first and get attachee to it, you will get many difficulties it changing or learning different programming languages.
In simple terms, its hard for a ‘only’ python developer to learn any other programming language and actually he/she will avoid to learn another language because of all other language have huge amount of programming syntax. (i.e. 5 lines in python are 16 lines in C++)
So, these were my reasons why I think you should go for C C++ first and clear your programming concepts first and then learn python.
The Ultimate Choice is yours

Thanks for reading, See you next time();

Related Posts with Why you should start with C/C++ and not with Python