+ 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?
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)
+ 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.