Is c++ harder then python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is c++ harder then python

I want to know, because c++ is pretty hard right now

3rd May 2017, 3:47 AM
Ian the Coder😎
Ian the Coder😎 - avatar
6 Answers
+ 6
Python looks harder to me than c++. probably because I haven't learned any python. ☺ It is all relative I guess.
3rd May 2017, 3:50 AM
jay
jay - avatar
+ 3
no pythons syntax is easy than c++ but it is more conceptual and logical than c++
3rd May 2017, 3:59 AM
Mayur Chaudhari
Mayur Chaudhari - avatar
+ 3
cout<<"ARE YOU OUT OF YOUR MIND!!! A MILLION FRICKIN TIMES YES!!! \n";
8th May 2017, 4:49 AM
DeleteThisAccount
+ 2
Ok thanks
3rd May 2017, 3:58 AM
Ian the Coder😎
Ian the Coder😎 - avatar
+ 2
Python has sophisticated design concept. It gives clear readability and easy learning to beginners. If you are beginner in computation and programming, it is natural to feel C++ is more difficult than Python. Then, What difficulty are you facing? C++ has some complex things that often confuse learners. For example, 1. low level language. Programmers should know about computer such as memory allocation. 2. object oriented programming. One of most frequent problems typically when C programmers learn C++. 3. Complex functionality and syntax. It supports C++ being powerful language but also being hard to study. If you feel C++ more difficult than Python, 1 and 3 are possibly reasons as python is also based on objects.
3rd May 2017, 4:48 AM
Twelfty
Twelfty - avatar
+ 1
python has many predefined function and libraries which make coding easy. But in my suggestion stick to c / c++. Everyone face a point where nothing goes into the head. But stick on. And try to apply what you learn. Initially you find it difficult but at last you will feel excited.
13th Mar 2018, 5:08 AM
Arun Singh
Arun Singh - avatar