+ 1
Which programming language is easier to learn Python or C ++?
I often hear "Python is lightweight, easier to code in, easier to understand, etc.", but I personally thought that the language itself was a little more complicated. After C++, I felt uncomfortable looking through the sources. Maybe the situation here is similar to the assembler, "The assembler itself is simple, but it is difficult to code in it." "Python is complex, but easy to code in"? ; / ???
3 Respostas
+ 3
Python is getting more hype these days only because of the use of english words as syntax which makes it easier to understand and also it is much more versatile (it is used in front end as well! And mainly data analysis and ml)
C++ on the other hand is a very fast one (it gives output faster than python as python has to check for errors and output all at once but c++ breaks the process by using compiler). I don't know much about c++, it is used in games too ig.
According to me learning any one of them will make it easier to learn the other one as there's no harm in learning (or just having a general knowledge of) more than 1 language.
For me python is complex and c++ is complicated
+ 7
Python is easy to learn and easy to put in practice when compared to C++ which becomes harder as we advance through its features. Another advantage of Python is its libraries that allow us to write any functionality especially data analysis and machine learning. So popularity-wise Python scores over C++.
0
𝙸𝚝 𝚠𝚒𝚕𝚕 𝚍𝚎𝚙𝚎𝚗𝚍𝚜 𝚠𝚑𝚊𝚝 𝚢𝚘𝚞 𝚠𝚊𝚗𝚝 𝚋𝚎
𝙱𝚞𝚝 𝙿𝚢𝚝𝚑𝚘𝚗 𝚒𝚜 𝚖𝚘𝚛𝚎 𝚎𝚊𝚜𝚒𝚎𝚜𝚝,𝚝𝚑𝚎 𝚌𝚘𝚍𝚎𝚜 𝚊𝚛𝚎 𝚖𝚘𝚛𝚎 𝚛𝚎𝚊𝚍𝚢𝚜,𝚋𝚞𝚝 𝚠𝚒𝚝𝚑 𝚝𝚒𝚖𝚎 𝚜𝚘𝚖𝚎 𝚌𝚘𝚍𝚎𝚜 𝚜𝚝𝚊𝚛𝚝 𝚝𝚘 𝚐𝚎𝚝𝚝𝚒𝚗𝚐 𝚑𝚊𝚛𝚍