Which is better for app programming, C++ or python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which is better for app programming, C++ or python?

I have just seen an article saying that C++ is the most complicated language and it is the most difficult to learn. Is it true?

9th Jul 2018, 12:20 AM
Alice
Alice - avatar
2 Answers
+ 3
For mobile app development use whatever the specific platform uses (for Android use Java or Kotlin and for iOS use Obj-C or Swift)
9th Jul 2018, 1:36 AM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
+ 1
The thing is the language you like is best... Both python and C++ are object oriented text-based language (at the base lvl) but using certain tools, you can handle graphics too (ex, pygame). So, which you like is best. Typically, python's logic and keywords are similar to English's which makes it easier to understand by programmers but there are instances where you will find C++ provides you more than python.... Moreover, C++ being pre-compiled, is faster than python.
9th Jul 2018, 1:04 AM
Abhijat
Abhijat - avatar