+ 2
Which language is helpful in the future for programming
4 Respostas
+ 7
Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants, on the Mac, and on Windows 2000 and later.
https://www.sololearn.com/learn/Python/2269/
+ 4
C was at the start and will always evolve to be the the base language. Game and machine learning you will find python to be a humans friend.
+ 4
I think it is Kotlin
+ 3
For beginners I recommend to study Python and only afterwards begin to learn the order of C ++ >> Ruby >> JAVA. For learn of the web: HTML >> CSS >> JavaScript. JS it cool! JS client-side exec browser! Node.js server-side exec you code async and not blocked io!!