+ 3
Is c++ harder then python
I want to know, because c++ is pretty hard right now
6 odpowiedzi
+ 6
Python looks harder to me than c++. probably because I haven't learned any python. ☺ It is all relative I guess.
+ 3
no pythons syntax is easy than c++ but it is more conceptual and logical than c++
+ 3
cout<<"ARE YOU OUT OF YOUR MIND!!! A MILLION FRICKIN TIMES YES!!! \n";
+ 2
Ok thanks
+ 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.
+ 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.