0
C++ or python(and if python, should I go python 2 or 3?)
which one should I start learn first. I am a total noob. so I know nothing about programming. which is easier?
5 Answers
+ 3
Python is easier language than C++ and it is also recommended to learn Python first. Go for Python3
0
I think most people would say python is "easier" than c++ . They are fairly similar languages from what ive read though. Ive also heard from many that the best thing to do is stick to 1 language and go as deep as possible in that language. Makes learning new languages easier
0
Python is better!
0
Python is easier to start with. Best is to go for python3 as it is a more recent version, however it is worth reading a bit about the few differences between python2 and python3 in case you want to replicate some examples from the internet.
Then when you are comfortable with the language and algorithms you can try out C++ too and learn moreâ advanced concepts such as pointers, memory management and compilation đ
0
thanks guys :D